From c9835ba0412c5d84ae3716ae9f5347ae532deb46 Mon Sep 17 00:00:00 2001 From: TBS093A Date: Thu, 23 Mar 2023 17:56:15 +0100 Subject: [PATCH] add checkout shortcut --- .gitconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitconfig b/.gitconfig index 2461d41..35579aa 100644 --- a/.gitconfig +++ b/.gitconfig @@ -16,6 +16,8 @@ rhrd = !git reset --hard sqshmsg = !git reset --soft HEAD~$1 && git commit -m sqsh = !git reset --soft HEAD~$1 && git commit --edit -m"$(git log --format=%B --reverse HEAD..HEAD@{1})" +ch = !git checkout + pll = !git pull pllallbr = !git pull --all