From 49b4724f19efd3fb1b1884561a5adf0833edd86e Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Mon, 19 Dec 2022 06:09:55 +0100 Subject: [PATCH] Added two more git aliases; gita and gitpp. --- .zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.zshrc b/.zshrc index 1289a1c7..3381d8bf 100644 --- a/.zshrc +++ b/.zshrc @@ -131,9 +131,11 @@ alias spamup='rsync -avr --delete ~/.bogofilter/* b.systemchaos.org:/var/bogofil alias x5musicsync="adb-sync --delete /home/hanez/music/* /sdcard/Music" # Some Git aliases +alias gita='git add' alias gitc='git commit' alias gitd='git diff' alias gitp='git push' +alias gitpp='git pull' alias gits='git status' # I use xterm and this sets a nice title with hostname and cwd in it.