From aaba3469e3c0ccf1c2126464522332c51475cbf1 Mon Sep 17 00:00:00 2001 From: darkelfe14728 Date: Tue, 28 May 2019 14:59:08 +0200 Subject: [PATCH] Git - Nouvel alias pour MAJ liste branches --- gitconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/gitconfig b/gitconfig index 461910a..3b43ad0 100644 --- a/gitconfig +++ b/gitconfig @@ -13,6 +13,7 @@ ck = checkout st = status br = branch + bru = remote update origin --prune brsa = "!f() { git push ${2-$(git config --get custom.serverbranch.remote)} ${2-$(git config --get custom.serverbranch.remote)}/${3-$(git config --get custom.serverbranch.branch)}:refs/heads/${1}; }; f" brsd = "!f() { git push ${2-$(git config --get custom.serverbranch.remote)} :heads/${1}; }; f" link = branch --track