mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-13 03:01:32 +01:00
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:
parent
9ce2284550
commit
99ae9e2388
1 changed files with 1 additions and 0 deletions
|
|
@ -27,6 +27,7 @@
|
||||||
tags = tag -l
|
tags = tag -l
|
||||||
branches = branch -a
|
branches = branch -a
|
||||||
remotes = remote -v
|
remotes = remote -v
|
||||||
|
sync = fetch --all
|
||||||
|
|
||||||
# This only works if git > 0.7.10
|
# This only works if git > 0.7.10
|
||||||
# # [include]
|
# # [include]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue