Toby Chui il y a 3 ans
Parent
commit
7c84d7973a
1 fichiers modifiés avec 5 ajouts et 0 suppressions
  1. 5 0
      hard-reset.sh

+ 5 - 0
hard-reset.sh

@@ -0,0 +1,5 @@
+#/bin/bash
+
+git fetch --all
+git reset --hard origin/master
+echo "Hard reset done"