hard-reset.sh 81 B

12345
  1. #/bin/bash
  2. git fetch --all
  3. git reset --hard origin/master
  4. echo "Hard reset done"