Closed robertd closed 11 years ago
Also I noticed that git checkout
, git branch
and git push
are all mixed together even through there is a separate section for git branch
for example.
Was this done intentionally or should I create a PR to organize it a bit?
The mixing in of git checkout
and git push
are in the context of dealing with branches, which appears to be why they're in this section as they are.
@randomecho Thanks. My coworkers will be migrating from Mercurial to Git so this is a very good crash-course reference I can point them to (other than git-scm.com).
@robertd Thanks for the contributions! The Training team really appreciates it!
@randomecho Look good to merge this?
@randomecho I've made changes you've suggested. Looks good now?
@matthewmccullough sure thing.. :+1:
Nice work @robertd
Good from here @matthewmccullough
Thanks.
On Thursday, February 7, 2013, Soon Van wrote:
Nice work @robertd https://github.com/robertd
Good from here @matthewmccullough https://github.com/matthewmccullough
— Reply to this email directly or view it on GitHubhttps://github.com/github/git-reference/pull/59#issuecomment-13274384.
Add
git branch -v
andgit remote rename
explanations