Skip to content

Instantly share code, notes, and snippets.

@twoism
Created August 24, 2012 04:32
Show Gist options
  • Save twoism/3445445 to your computer and use it in GitHub Desktop.
Save twoism/3445445 to your computer and use it in GitHub Desktop.
..='cd ..'
add='git add '
admin='ssh-add && ssh admin'
b='cd ..'
be='bundle exec '
branch='git branch '
cata='cat ~/.dotfiles/bash/aliases'
cdev='cd ~/dev'
checkout='git checkout '
co='git checkout '
commit='git commit'
dcommit='git svn dcommit '
dev='cd ~/dev'
ea='vim ~/bin/dotfiles/bash/aliases && reloada'
ed='vim ~/bin/dotfiles'
ee='vim ~/bin/dotfiles/bash/env && reload'
eh='vim ~/.ssh/config && reload'
g='git status'
ga='git commit --amend'
gc='git commit -am '
gcm='git checkout master'
gcs='git checkout staging'
gde='git diff | '
gi='gem install '
globurl='noglob urlglobber '
gpod='git push origin dev'
gpos='git push origin staging'
init='git init '
merge='git merge '
mt='git mergetool '
po='git pull origin '
pom='git push origin master'
pp='pull origin master && push origin master'
pro='pull --rebase origin '
psh='git push origin '
pull='git pull'
push='git push'
rdm='rake db:migrate'
rebase='git rebase'
reload='source ~/.zshrc'
reloada='source ~/bin/dotfiles/bash/aliases'
reset='git reset '
run-help=man
rvm-restart='rvm_reload_flag=1 source '\''/usr/local/rvm/scripts/rvm'\'
s='git status '
sc=./script/console
sg=./script/generate
sp='rspec spec'
ss=./script/server
stash='git stash '
status='git status '
tdl='tail -f log/development.log'
ttl='tail -f log/test.log'
which-command=whence
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment