|
|
|
|
|
by masukomi
1051 days ago
|
|
tell git to treat it as if it's unchanged i have these 2 aliases
assume = update-index --skip-worktree
unassume = update-index --no-skip-worktree "assume" as in "assume it's unchanged / not wanted" which lets me say "git assume path/to/file"
and then "unassume" it when/if i want to commit it. |
|
https://news.ycombinator.com/item?id=36954723