Closed FriendlyNeighborhoodShane closed 4 years ago
For reasons I could not figure out, using git pull
causes signature verification to break. I'll see if I can still reproduce the issue, if not I'm happy to make this change. :+1:
If it is still breaking, perhaps an environment flag variable, or even a git config check to use rebase instead of merge would be viable?
Made the change. Seems to work fine. :+1:
(Will push a new release soon-ish).
I think changing
git fetch; git merge;
forkiss u
to the largely equivalentgit pull;
would allow using thepull.rebase
config option in repos, making maintaining modifications to upstream repos far less of a PITA.