Skip to content

Instantly share code, notes, and snippets.

@tux255
Created May 12, 2017 08:16
Show Gist options
  • Save tux255/5588045f8f897306e21f27aeced5fc4e to your computer and use it in GitHub Desktop.
Save tux255/5588045f8f897306e21f27aeced5fc4e to your computer and use it in GitHub Desktop.
GitAdd files by pattern path
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