Skip to content

Commit

Permalink
appended git push to existing alias
Browse files Browse the repository at this point in the history
  • Loading branch information
bryangarza committed Apr 13, 2012
1 parent 769e8a2 commit 01e3123
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .bashrc
Expand Up @@ -172,7 +172,7 @@ alias offr='echo Reboot; sudo shutdown -r now'
alias gs='git status' alias gs='git status'
alias gp='git push origin master' alias gp='git push origin master'
alias gd='git diff' alias gd='git diff'
alias gc='git commit -a -v' alias gc='git commit -a -v && git push origin master'
alias renamerepo="echo -e \"rename at github.com\ngit remote rm origin\ngit remote add\ alias renamerepo="echo -e \"rename at github.com\ngit remote rm origin\ngit remote add\
origin git@github.com:[USERNAME]/[PROJECT_NAME].git\"" origin git@github.com:[USERNAME]/[PROJECT_NAME].git\""


Expand Down

0 comments on commit 01e3123

Please sign in to comment.