Skip to content

Instantly share code, notes, and snippets.

@vsshs
Last active January 12, 2016 13:01
Show Gist options
  • Save vsshs/d52ea547ba3dcf231d98 to your computer and use it in GitHub Desktop.
Save vsshs/d52ea547ba3dcf231d98 to your computer and use it in GitHub Desktop.
git_ignore_only_local
git update-index --assume-unchanged Web/css/page.css
git update-index --assume-unchanged Web/js/*.js
** check with
git ls-files -v | grep ^[a-z]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment