From e51fe1e3f134b107b8235eda0ac9fd09294ff766 Mon Sep 17 00:00:00 2001 From: light <1870499383@qq.com> Date: Tue, 13 Mar 2018 12:27:48 +0800 Subject: [PATCH] git reset --- git/command.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 git/command.md diff --git a/git/command.md b/git/command.md new file mode 100644 index 0000000..18edb2f --- /dev/null +++ b/git/command.md @@ -0,0 +1,3 @@ +git fetch --all +git reset --hard origin/master +git pull