A few new git aliases
This commit is contained in:
parent
498eb7c894
commit
5c54fcd169
@ -1,4 +1,5 @@
|
||||
let g:ctrlp_custom_ignore = '\.git$\|\.hg$\|\.svn$'
|
||||
let g:ctrlp_user_command = ['.git', 'cd %s && git ls-files . --cached --exclude-standard --others']
|
||||
|
||||
" Default to filename searches - so that appctrl will find application
|
||||
" controller
|
||||
|
@ -97,6 +97,8 @@ alias gsm='git submodule'
|
||||
alias gsmi='git submodule init'
|
||||
alias gsmu='git submodule update'
|
||||
alias gt='git t'
|
||||
alias gbg='git bisect good'
|
||||
alias gbb='git bisect bad'
|
||||
|
||||
# Common shell functions
|
||||
alias less='less -r'
|
||||
@ -110,7 +112,7 @@ alias cl='clear'
|
||||
alias gz='tar -zcvf'
|
||||
|
||||
# Ruby
|
||||
alias c='pry -r ./config/environment' # Rails 3
|
||||
alias c='rails c' # Rails 3
|
||||
alias co='script/console --irb=pry' # Rails 2
|
||||
alias ts='thin start'
|
||||
alias ms='mongrel_rails start'
|
||||
|
Loading…
Reference in New Issue
Block a user