Tag git

 Reply

Nice! If they're useful to keep I'll use git commit --fixup into a parent commit (so I can then git rebase -i --autosquash) or into a commit called DROPME` to remind me to get rid of that commit when I'm ready to go

 Reply

It's more that a Pull Request is a GitHub specific name for something in use in Git (https://www.git-scm.com/docs/git-request-pull) for kernel development and other projects for some time

 Reply

If you run env GIT_SSH_COMMAND='ssh -vvv that'll give you the verbose output you'll need from ssh to do it 👍🏽

 Reply

https://www.jvt.me/posts/2021/03/31/git-origin-head/ may be of interest as a fairly well supported way of getting upstream default branch - I'm interested in this too though so I'll have a play with it tomorrow too

 Reply

Hmm I'll have to try it but I thought rebase-merge was the same as a --no-ff merge