From 86afcdafd16b7a26db0033bbbf17a6e26870673f Mon Sep 17 00:00:00 2001 From: Yax <1949284+kianby@users.noreply.github.com> Date: Sat, 18 Dec 2021 21:24:33 +0100 Subject: [PATCH] rename magic alias to 'sync' --- dot_gitconfig.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot_gitconfig.tmpl b/dot_gitconfig.tmpl index d008ecd..c949814 100644 --- a/dot_gitconfig.tmpl +++ b/dot_gitconfig.tmpl @@ -21,7 +21,7 @@ track = "!for BRANCH in $(git branch -a | grep remotes | grep -v HEAD); do git branch --track \"${BRANCH#remotes/origin/}\" \"${BRANCH}\"; done" untrack = "!for BRANCH in $(git branch | grep -v '*'); do git branch -D \"${BRANCH}\"; done" work-in-progress = rebase -i @{u} - refresh = "!git untrack && git gc && git f && git track" + sync = "!git untrack && git gc && git f && git track" [include] path = ~/.gitconfig_custom.inc [credential]