Skip to content

Instantly share code, notes, and snippets.

@fcjurado
Created April 27, 2020 11:48
Show Gist options
  • Save fcjurado/3c241da7b55a45dab9d7fcbfa200ff1d to your computer and use it in GitHub Desktop.
Save fcjurado/3c241da7b55a45dab9d7fcbfa200ff1d to your computer and use it in GitHub Desktop.
git status | grep 'deleted:' | cut -d':' -f2 | xargs -t -I {} git add -u "{}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment