Commit
·
742ddef
1
Parent(s):
8f6aeec
first commit
Browse files- push_all.sh +3 -0
push_all.sh
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#!/bin/bash
|
| 2 |
+
git push origin main
|
| 3 |
+
git push github main
|