New aliases

This commit is contained in:
Andrew Tomaka 2014-12-09 14:16:39 -05:00
parent 7b6ddf43c9
commit 5bcefdb6d6

View file

@ -19,6 +19,7 @@ alias gaa="git add --all"
alias gap="git add --patch" alias gap="git add --patch"
alias gbc="git branch --merged master | grep -v master | xargs git branch -d" alias gbc="git branch --merged master | grep -v master | xargs git branch -d"
alias gc="git commit" alias gc="git commit"
alias gca="git commit --amend"
alias gcm="echo Do not specify message at command line. Use gc" alias gcm="echo Do not specify message at command line. Use gc"
alias gco="git checkout" alias gco="git checkout"
alias gd="git diff" alias gd="git diff"
@ -58,6 +59,7 @@ alias m="more"
alias md="mkdir" alias md="mkdir"
alias ms="tmux -S /tmp/pair && chmod 777 /tmp/pair" alias ms="tmux -S /tmp/pair && chmod 777 /tmp/pair"
alias mw="tmux attach-session -t work || tmux new-session -s work" alias mw="tmux attach-session -t work || tmux new-session -s work"
alias pf="port-forward"
alias r="ssh" alias r="ssh"
alias rd="popd" alias rd="popd"
alias rs="bundle exec rspec" alias rs="bundle exec rspec"