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:
commit
431155a076
1 changed files with 4 additions and 0 deletions
|
@ -9,3 +9,7 @@
|
|||
- Create and switch to a new branch
|
||||
|
||||
`git checkout -b {{BRANCH-NAME}}`
|
||||
|
||||
- Undo unstaged local modification
|
||||
|
||||
`git checkout .`
|
Loading…
Add table
Reference in a new issue