rebuild for fb page post

This commit is contained in:
Peter Cottle 2013-10-06 17:02:12 -07:00
parent e053e4003a
commit 00a843754e
6 changed files with 215 additions and 211 deletions

View file

@ -37,7 +37,7 @@ exports.level = {
"Up until this point, Learn Git Branching has focused on teaching the basics of _local_ repository work (branching, merging, rebasing, etc). However now that we want to learn about remote repository work, we need a command to set up the environment for those lessons. `git clone` will be that command",
"",
"Technically, `git clone` in the real world is the command you'll use to create _local_ copies of remote repositories (from github for example). We use this command a bit differently in Learn Git Branching though -- `git clone` actually makes a remote repository out of your local one. Sure it's technically the opposite meaning of the real command, but it helps build the connection between cloning and remote repository work, so let's just run with it for now.",
"",
""
]
}
},