Created
March 26, 2018 15:42
-
-
Save isaaguilar/58429e67c6379a6d1e525143b750aa71 to your computer and use it in GitHub Desktop.
Add only modified files to be committed in git
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git status -s |grep '^ M'|while read _ p;do git add $p;done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment