Created
April 8, 2013 19:10
-
-
Save sjl/5339563 to your computer and use it in GitHub Desktop.
things git checkout can do
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* update your working directory's parent to a given branch (and update the files) | |
* create a new branch (and switch to it) | |
* update the contents of files to reflect their contents at a given cset | |
* update the contents of files to reflect their contents in the index | |
* resolve merge conflicts with `--ours` and `--theirs` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment