From fe6327071668585806fb899d36aa9c421e33ddbd Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Mon, 12 Feb 2024 13:00:57 +0100 Subject: Add more git aliases --- .config/shell/aliasrc | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.config/shell/aliasrc b/.config/shell/aliasrc index b1da14b..b6d2fe4 100755 --- a/.config/shell/aliasrc +++ b/.config/shell/aliasrc @@ -45,14 +45,15 @@ alias \ # git alias \ - gw="git worktree" \ - gc="git commit" \ ga="git add" \ - gm="git merge" \ + gb="git branch -a" \ + gc="git commit" \ + gcl="git clone" \ gco="git checkout" \ gl="git log" \ - gp="git pull" \ - gb="git branch -a" + gm="git merge" \ + gw="git worktree" \ + gp="git pull" # Pushing to multiple git repositories alias gua="git remote | xargs -L1 git push --all" -- cgit v1.2.3-70-g09d2