Skip to content

Commit

Permalink
tg-push: push all in one go
Browse files Browse the repository at this point in the history
Signed-off-by: Robin Green <[email protected]>
  • Loading branch information
greenrd committed Mar 11, 2013
1 parent a47a9d9 commit 9586d20
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tg-push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ for name in $branches; do
# deps but only if branch is tgish
$recurse_deps && [ -n "$_dep_is_tgish" ] &&
no_remotes=1 recurse_deps push_branch "$name"

# remove multiple occurrences of the same branch
sort -u "$_listfile" | xargs git push $dry_run "$remote"
done

# remove multiple occurrences of the same branch
sort -u "$_listfile" | xargs git push $dry_run "$remote"

0 comments on commit 9586d20

Please sign in to comment.