From 99ae9e23886832ecb93a3e1f9f90e85eb083342f Mon Sep 17 00:00:00 2001 From: Gaetan Semet Date: Tue, 29 Oct 2013 16:19:26 +0100 Subject: [PATCH] new git alias: git sync This does like repo sync, ie, sync to all remotes at once. Signed-off-by: Gaetan Semet --- dot_files/gitconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/dot_files/gitconfig b/dot_files/gitconfig index 7d70e47d9..4d86ea43c 100644 --- a/dot_files/gitconfig +++ b/dot_files/gitconfig @@ -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]