Skip to content

Commit

Permalink
Stage all deleted files with one command
Browse files Browse the repository at this point in the history
  • Loading branch information
danhorst committed Oct 25, 2013
1 parent 2b0b237 commit 5fbea03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bash_aliases
Expand Up @@ -36,6 +36,7 @@ alias gmt='git mergetool'
alias gpo='git push origin master'
alias gpr='git pull --rebase'
alias grc='git rebase --continue'
alias grm='git ls-files -d | xargs git rm; gst'
alias gsh='git show'
alias gst='git status --ignore-submodules=dirty'

Expand Down

0 comments on commit 5fbea03

Please sign in to comment.