Skip to content

Commit 91b02d3

Browse files
committed
push_repository script updated
1 parent 8c848d0 commit 91b02d3

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

push_repository.bat

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
git submodule foreach --recursive "git push"
1+
git submodule foreach --recursive "git push"
2+
git push

push_repository.sh

100644100755
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
#!/bin/sh
22

3-
git submodule foreach --recursive "git push"
3+
git submodule foreach --recursive "git push"
4+
git push

0 commit comments

Comments
 (0)