Create work branch
Hack on code
Add things to index
Misko likes to use the UI to review and add indvidual changes to index
Commit index
Let message open in IDE and edit it.
You can also do:
Push to branch
you may want to use
--force-with-lease
(or--force
)
Create a PR and get it approved
Merge PR from the Github UI use Rebase
or squash
workflow.
First make sure you are rebased on latest see above
-i
means interactive and you will be able to say which SHAs to squash or update, etc⦠(Will have to usegit rebase --continue
and--abort
)