Skip to content

Commit

Permalink
Add gad (git add deleted-files)
Browse files Browse the repository at this point in the history
  • Loading branch information
dkarter committed Feb 2, 2020
1 parent 84ab971 commit 9b9bb11
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions aliases
Expand Up @@ -79,6 +79,8 @@ alias gnap='git add -N . && gap && gref'
# disable zsh git plugin
alias gsr='gst'
alias gcd1='git clone --depth=1'
# only add deleted files
alias gad='git ls-files --deleted | xargs git add'

# hashrocket uses gpr and I like gup, this prevents typos
alias gpr='gup'
Expand Down

0 comments on commit 9b9bb11

Please sign in to comment.