From 9837019ebd6de6ef188d9a4f7f50d14e0ec858af Mon Sep 17 00:00:00 2001 From: Peter Wood Date: Wed, 14 May 2025 15:56:18 -0400 Subject: [PATCH] changed git pull alias (gp => gpull) --- dotfiles/my-aliases.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/my-aliases.zsh b/dotfiles/my-aliases.zsh index 4fef24d..a0eea55 100644 --- a/dotfiles/my-aliases.zsh +++ b/dotfiles/my-aliases.zsh @@ -1,5 +1,5 @@ alias py=python3 -alias gp="git pull" +alias gpull="git pull" alias gpush="git push" alias gc="git commit" alias gcm="git commit -m"