Undo unstaged local modification

waldyrious/alt-syntax
Mehdi FARSI 2015-11-24 00:21:20 +01:00
parent dd9686630d
commit 0d2cfc2e3d
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 .`