Skip to content

Instantly share code, notes, and snippets.

@rwp0
Last active September 10, 2022 14:16
Show Gist options
  • Save rwp0/587d96e2987818a594b61ec6f21c03d7 to your computer and use it in GitHub Desktop.
Save rwp0/587d96e2987818a594b61ec6f21c03d7 to your computer and use it in GitHub Desktop.
Perl Pull Request Rebase in 4 Steps
  1. git fetch upstream blead
  2. git commit -avm 'Update POSIX synopsis' --amend
  3. git rebase upstream/blead
  4. git push -f

don’t forget to: create a new branch, and set remote for upstream

helpers: clone, branch, checkout, remote, log, status, diff

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment