Skip to content

Instantly share code, notes, and snippets.

@hkraji
Created February 19, 2014 12:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hkraji/9090733 to your computer and use it in GitHub Desktop.
Save hkraji/9090733 to your computer and use it in GitHub Desktop.
GIT RM ALL
UBUNTU SET RM ALL
alias rm-all='git rm $(git ls-files --deleted)'
WINDOWS SET RM ALL
doskey rm-all=bash -c "git rm $(git ls-files --deleted)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment