From 0d2cfc2e3d47dc2713339f54df9d59ec56836a67 Mon Sep 17 00:00:00 2001 From: Mehdi FARSI Date: Tue, 24 Nov 2015 00:21:20 +0100 Subject: [PATCH] Undo unstaged local modification --- pages/common/git-checkout.md | 4 ++++ 1 file changed, 4 insertions(+) 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