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]