Hugh Sasse wrote:
OK, that's how your using it. I'd have to look at the code to see this.
So I have a question now. I sent _Why some patches and he's busy, and
they were just typos, so I don't know if they've got into his repo or
not. How do I update my git repo to reflect his without doing a complete
pull? I want to cover up my changes if hd didn't accept them, not merge.
Then I can look at current code.
I think you're looking for git rebase. Create a separate remote for
_why's repo, do a git co -b why_master when inside the remote master.
Then you can pull, etc. into that and then git rebase your own master
against that.
Does this help?
--
Jeff