1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-25 01:15:39 +02:00

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

git-checkout: undo unstaged local modification
This commit is contained in:
Igor Shubovych 2015-11-24 15:55:55 +02:00
commit 431155a076

View file

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