Skip to content

Instantly share code, notes, and snippets.

@aksinghdce
Created June 24, 2020 17:34
Show Gist options
  • Save aksinghdce/32e10ffdd6bf2d624ab3efdc94c2fcbc to your computer and use it in GitHub Desktop.
Save aksinghdce/32e10ffdd6bf2d624ab3efdc94c2fcbc to your computer and use it in GitHub Desktop.
git add large list of modified files
git add `git status | grep "modified:" | awk '{print $2}'`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment