Created
May 12, 2017 08:16
-
-
Save tux255/5588045f8f897306e21f27aeced5fc4e to your computer and use it in GitHub Desktop.
GitAdd files by pattern path
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
language - и есть паттерн. Будут добавлены все файлы со словом language в адресе. | |
git status | grep language | awk '{print $2}' | xargs git add |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment