From a121458062527ccbb7b1e776f8a8d2c547d47172 Mon Sep 17 00:00:00 2001 From: Joe Fleming Date: Fri, 12 Oct 2012 17:07:42 -0700 Subject: [PATCH] another typo :( --- bash/bash_aliases.d/git.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash/bash_aliases.d/git.sh b/bash/bash_aliases.d/git.sh index 5348d17..8dff806 100644 --- a/bash/bash_aliases.d/git.sh +++ b/bash/bash_aliases.d/git.sh @@ -9,7 +9,7 @@ alias gp='git push' alias gpl='git pull --rebase' alias gme='git merge' alias gb='git branch' -alist gst='git stash' +alias gst='git stash' alias gco='git checkout' alias gst='git stash' alias gr='git remote'