Forest_Client/Tool/Luban/git.sh

7 lines
83 B
Bash
Raw Normal View History

2024-06-12 15:01:54 +08:00
#!/bin/bash
cd ..
git fetch origin
git checkout main
git reset --hard origin/main