Reputation: 6475
I don't want to commit or stage files that matches particular hash value but if I edit those files later it should be staged when I do git add.
Any suggestions? Basically there are files that are periodically generated and the content is copied from the template, so I don't want to stage these files unless I modify the contents of those files (without modifications in the file name or path).
Upvotes: 0
Views: 39