Re: How to track history of personal changes in a repository?

2019-09-03 Thread Matthew McClure
On Sat, Aug 31, 2019 at 09:32 Philip Oakley wrote: > > > The `assume-unchanged bit` is commonly miss-construed as a promise by > Git that it will ignore changes to the file. Maybe `--skip-worktree` would be more appropriate.

Re: How to track history of personal changes in a repository?

2019-08-29 Thread Matthew McClure
.) I imagine putting all the changes on a specific branch might be part of a solution. I'm looking for ways to keep the changes in the work tree as well, even as I switch among other branches I'm working on. -- Matthew McClure Continuous Delta https://www.continuousdelta.com/

How to track history of personal changes in a repository?

2019-08-29 Thread Matthew McClure
me kind of workflow where I can maintain a personal-worktree branch. Does any of you have a personal workflow that addresses similar concerns? Thanks. -- Matthew McClure Continuous Delta https://www.continuousdelta.com/