git_pull.sh 71 B

12
  1. #!/bin/bash
  2. git fetch --all && git reset --hard origin/main && git pull