mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 21:15:35 +02:00
Undo unstaged local modification
This commit is contained in:
parent
dd9686630d
commit
0d2cfc2e3d
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