Merge pull request #334 from mehdi-farsi/man-git-checkout
git-checkout: undo unstaged local modification
This commit is contained in:
@@ -9,3 +9,7 @@
|
|||||||
- Create and switch to a new branch
|
- Create and switch to a new branch
|
||||||
|
|
||||||
`git checkout -b {{BRANCH-NAME}}`
|
`git checkout -b {{BRANCH-NAME}}`
|
||||||
|
|
||||||
|
- Undo unstaged local modification
|
||||||
|
|
||||||
|
`git checkout .`
|
Reference in New Issue
Block a user