From dcaac9e5cf54afabe20d75cb338f1309166df408 Mon Sep 17 00:00:00 2001 From: Ben Beltran Date: Mon, 8 Oct 2012 11:50:23 -0500 Subject: Fix the git shorthands --- bash_profile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bash_profile b/bash_profile index 9c2e2a1..e17aa94 100644 --- a/bash_profile +++ b/bash_profile @@ -72,8 +72,8 @@ alias ls="ls -FG" alias rspec="rspec --color" #Git utility aliases -alias gpsc="git push origin "+$GIT_BRANCH -alias gplc="git pull origin "+$GIT_BRANCH +alias gpsc="git push origin $GIT_BRANCH" +alias gplc="git pull origin $GIT_BRANCH" #Enable Bash Completion if [ -f `brew --prefix`/etc/bash_completion ]; then -- cgit