From 904a4be8965df4dc2a74bb92fbe7e2464bee3dc8 Mon Sep 17 00:00:00 2001 From: Lucas Date: Sat, 25 Nov 2023 11:09:37 +0000 Subject: [PATCH] gitconfig: add alias for switch --- dotfiles/gitconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/dotfiles/gitconfig b/dotfiles/gitconfig index 0980b93..18ec1ac 100644 --- a/dotfiles/gitconfig +++ b/dotfiles/gitconfig @@ -31,6 +31,7 @@ rbc = rebase --continue rbi = rebase -i --autosquash st = status -s + sw = switch tree = log --all --graph --pretty='%h%d %aN: %s' [pull]