new git alias: git sync

This does like repo sync, ie, sync to all remotes at once.

Signed-off-by: Gaetan Semet <gaetan@xeberon.net>
This commit is contained in:
Gaetan Semet 2013-10-29 16:19:26 +01:00
commit 99ae9e2388

View file

@ -27,6 +27,7 @@
tags = tag -l
branches = branch -a
remotes = remote -v
sync = fetch --all
# This only works if git > 0.7.10
# # [include]