diff --git a/pages/common/git-checkout.md b/pages/common/git-checkout.md index 672c5ff04..0fddd7711 100644 --- a/pages/common/git-checkout.md +++ b/pages/common/git-checkout.md @@ -9,3 +9,7 @@ - Create and switch to a new branch `git checkout -b {{BRANCH-NAME}}` + +- Undo unstaged local modification + +`git checkout .` \ No newline at end of file