Changes between Version 4 and Version 5 of u/erica/GitRepos
- Timestamp:
- 05/13/15 12:31:50 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
u/erica/GitRepos
v4 v5 4 4 }}} 5 5 6 This puts a local copy of the last release of the code in your current working directory, in a folder named astrobear. This 'local copy' of the last golden release of the code is a copy of the 'master' repo. You can see thatwith the command,6 This puts a local copy of the last release of the code (called the 'Master' branch) in your current working directory, in a folder named astrobear. You can see the branch's name with the command, 7 7 8 8 {{{ … … 10 10 }}} 11 11 12 which shows you the current branch you are on out of the list of local branches you have checked out. If you just cloned the repo, the only branch in this list is the master. But you can see all the branches of the larger repo of the code and all of her branches, by giving the command,12 which shows you the current branch you are on (marked by an '*', and in this example would be '*Master') out of the list of local branches you have checked out. If you just cloned the repo, the only branch in this list is the master. But you can see all the branches of the larger repo of the code and all of her branches, by giving the command, 13 13 14 14 {{{