linux-tutorial/scripts/gitpush.sh

6 lines
72 B
Bash
Raw Normal View History

2019-05-16 11:49:19 +08:00
#!/usr/bin/env bash
cd ..
2019-07-11 16:52:03 +08:00
git push github master
git push gitee master