Permit automatic git-sync on all branches
This commit is contained in:
parent
2d2b4591e2
commit
a78f1f371a
1 changed files with 2 additions and 2 deletions
|
|
@ -11,8 +11,8 @@ list_repos () {
|
|||
sync_repo () {
|
||||
repo=$1
|
||||
|
||||
echo git-sync "${repo}"
|
||||
git-sync "${repo}"
|
||||
echo git-sync -s "${repo}"
|
||||
( cd "${repo}" && git-sync -s sync )
|
||||
echo
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue