From b162fb226a9935448865d16e7a7dc8a6d7fa3782 Mon Sep 17 00:00:00 2001 From: Yax <1949284+kianby@users.noreply.github.com> Date: Tue, 18 May 2021 09:50:49 +0200 Subject: [PATCH] remove unused aliases --- dot_gitconfig.tmpl | 3 --- 1 file changed, 3 deletions(-) diff --git a/dot_gitconfig.tmpl b/dot_gitconfig.tmpl index d61e67d..5224372 100644 --- a/dot_gitconfig.tmpl +++ b/dot_gitconfig.tmpl @@ -10,16 +10,13 @@ b = "!git checkout $(git branch | fzf)" c = commit cd = checkout develop - cl = clone cm = checkout master - co = checkout cp = cherry-pick f = fetch fo = fetch origin m = merge nb = checkout -b p = push -u origin - pu = pull s = status track = "!for BRANCH in $(git branch -a | grep remotes | grep -v HEAD | grep -v master); do git branch --track \"${BRANCH#remotes/origin/}\" \"${BRANCH}\"; done" [include]