linux-tutorial/scripts/gitpush.sh

6 lines
73 B
Bash
Raw Normal View History

2019-05-16 11:49:19 +08:00
#!/usr/bin/env bash
cd ..
git push origin master
git push second master