ai-voice-cloning/update-force.sh

4 lines
70 B
Bash
Raw Normal View History

2023-02-18 02:46:44 +00:00
#!/bin/bash
2023-02-17 00:08:27 +00:00
git fetch --all
2023-02-18 02:46:44 +00:00
git reset --hard origin/master
2023-02-17 00:08:27 +00:00
./update.sh