5 ms·
For those who aren't familiar with the git subcommand, `git update-index --[no-]assume-unchanged` is at the core of this script. It's useful for ignoring check
by jcsalterego 15y ago
For those who aren't familiar with the git subcommand, `git update-index --[no-]assume-unchanged` is at the core of this script.
It's useful for ignoring checked-in files locally, such as overriding app config settings for a local dev server.
- landhar 15y agoHow is this better than creating a local branch ?
- deleted 15y ago[deleted]
- false 15y agoThis has nothing to do with branching. Here is the idea I tried to replicate http://tortoisesvn.net/docs/release/TortoiseSVN_en/tsvn-dug-commit.html#tsvn-dug-commit-ignore http://tortoisesvn.net/docs/release/TortoiseSVN_en/tsvn-dug-...