From 138e97baebd1a4a321723f0a3a005bfa7b863796 Mon Sep 17 00:00:00 2001 From: Faerbit Date: Sun, 27 Jul 2014 18:49:38 +0200 Subject: [PATCH] Adding more git aliases. --- zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zshrc b/zshrc index 90bfdb6..e1fed28 100644 --- a/zshrc +++ b/zshrc @@ -18,6 +18,8 @@ alias cdt='cdtemp' alias gst='git status' alias gdf='git diff' alias gdfs='git diff --staged' +alias gad='git add' +alias gcm='git commit' alias resource='source ~/.zshrc' if [ -f .zsh_environment ] then