Re: [git-users] Help with collaboration, sharing/pushing changes, keeping history clean, etc.

2018-11-23 Thread Michael
On 2018-11-23, at 3:24 AM, Philip Oakley wrote: > > On 23/11/2018 01:29, Michael wrote: >> On 2018-11-22, at 2:49 PM, Philip Oakley wrote: >> >>> if it is just URL replacement then consider a smudge/clean filter so that >>> the worktree (local checked out files) have the URLs you want, but

Re: [git-users] Help with collaboration, sharing/pushing changes, keeping history clean, etc.

2018-11-23 Thread Philip Oakley
On 23/11/2018 01:29, Michael wrote: On 2018-11-22, at 2:49 PM, Philip Oakley wrote: if it is just URL replacement then consider a smudge/clean filter so that the worktree (local checked out files) have the URLs you want, but when you checkin/add/commit the URLs are replaced (changed back

Re: [git-users] Help with collaboration, sharing/pushing changes, keeping history clean, etc.

2018-11-22 Thread Michael
On 2018-11-22, at 2:49 PM, Philip Oakley wrote: > if it is just URL replacement then consider a smudge/clean filter so that the > worktree (local checked out files) have the URLs you want, but when you > checkin/add/commit the URLs are replaced (changed back to) the URLs the > upstream

Re: [git-users] Help with collaboration, sharing/pushing changes, keeping history clean, etc.

2018-11-22 Thread Philip Oakley
if it is just URL replacement then consider a smudge/clean filter so that the worktree (local checked out files) have the URLs you want, but when you checkin/add/commit the URLs are replaced (changed back to) the URLs the upstream wants. I guess it is a simple sed invocation, with reverse in

[git-users] Help with collaboration, sharing/pushing changes, keeping history clean, etc.

2018-11-22 Thread Michael
I think that I am using git incorrectly. What I want to do is way too hard. I have forked someone's repository from GitHub. I had to make some initial changes to URLs to be able to run my version. I made changes that consist of code change, and a change log change. First issue: I want to make a