git fetch upstream blead
git commit -avm 'Update POSIX synopsis' --amend
git rebase upstream/blead
git push -f
don’t forget to: create a new branch, and set remote for upstream
helpers: clone
, branch
, checkout
, remote
, log
, status
, diff