Skip to content

Commit

Permalink
One more improvement on gcobr.
Browse files Browse the repository at this point in the history
  • Loading branch information
bjhess committed May 11, 2012
1 parent 119314c commit 978005d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bash/aliases
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ gcor(){ git branch --track $1 origin/$1; gco $1; } # add remote root branch nam
# Create a new remote branch. Then checkout with remote branch tracking.
# gcobr(){ git branch $1; git push origin $1; git branch -D $1; gcor $1; }
# gcobr(){ git branch $1; git push origin $1; }
gcobr(){ git push origin master:$1; git branch --track $1 origin/$1; }
gcobr(){ git push origin master:$1; git branch --track $1 origin/$1; gco $1; }

# Heroku
alias hd="git push heroku master;"
Expand Down

0 comments on commit 978005d

Please sign in to comment.