From a0d65d64fdfcb3e6e03ddb1cb39ae2a49b93de05 Mon Sep 17 00:00:00 2001 From: PowerUser64 Date: Sun, 2 Oct 2022 15:03:01 -0700 Subject: [PATCH] git: add alias sw for switch --- .gitconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitconfig b/.gitconfig index 7dcb172..ca87e4c 100644 --- a/.gitconfig +++ b/.gitconfig @@ -16,8 +16,8 @@ [alias] a = add - c = commit br = branch + c = commit ca = commit -a caam = commit -a --amend cam = commit --amend @@ -33,6 +33,7 @@ s = status st = status sub = submodule + sw = switch t = tree tree = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(dim white)- %an%C(reset)%C(bold yellow)%d%C(reset)' --all