Browse Source

Auto push

Toby Chui 3 years ago
parent
commit
7c84d7973a
1 changed files with 5 additions and 0 deletions
  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"