From a2aa4f0e19e0d6494e884f437f353ecd3099ff1f Mon Sep 17 00:00:00 2001 From: Ian Langworth Date: Sat, 9 Mar 2024 20:53:32 -0800 Subject: [PATCH] gn alias --- .zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.zshrc b/.zshrc index 585eba55..ec50cedf 100644 --- a/.zshrc +++ b/.zshrc @@ -173,6 +173,7 @@ alias gls='git log --show-signature' alias gm='git merge' alias gmom='git merge origin' alias gmt='git mergetool' +alias gn='git newb' alias gp='git push' alias gpgdecrypt='gpg --decrypt-files' alias gpgencrypt='gpg --default-recipient-self --armor --encrypt-files'