6 lines
73 B
Bash
6 lines
73 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
cd ..
|
||
|
git push origin master
|
||
|
git push second master
|