Merge pull request #334 from mehdi-farsi/man-git-checkout

git-checkout: undo unstaged local modification
waldyrious/alt-syntax
Igor Shubovych 2015-11-24 15:55:55 +02:00
commit 431155a076
1 changed files with 4 additions and 0 deletions

View File

@ -9,3 +9,7 @@
- Create and switch to a new branch
`git checkout -b {{BRANCH-NAME}}`
- Undo unstaged local modification
`git checkout .`