git / git-reference

Online Git Reference at http://git.github.io/git-reference/
Other
996 stars 363 forks source link

Add 'git branch -v' and 'git remote rename' explanations #59

Closed robertd closed 11 years ago

robertd commented 11 years ago

Add git branch -v and git remote rename explanations

robertd commented 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?

randomecho commented 11 years ago

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.

robertd commented 11 years ago

@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).

matthewmccullough commented 11 years ago

@robertd Thanks for the contributions! The Training team really appreciates it!

@randomecho Look good to merge this?

robertd commented 11 years ago

@randomecho I've made changes you've suggested. Looks good now?

@matthewmccullough sure thing.. :+1:

randomecho commented 11 years ago

Nice work @robertd

Good from here @matthewmccullough

robertd commented 11 years ago

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.