Undo unstaged local modification

This commit is contained in:
Mehdi FARSI 2015-11-24 00:21:20 +01:00
parent dd9686630d
commit 0d2cfc2e3d

View File

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