Wednesday, September 29, 2021

Git: Stacked Commits

  • All development is done as commits on local main (aka master) - see below for some benefit
  • Everything is done through regular old commits, branches are a (necessary) implementation detail
  • Branch creation and updates are mostly automatically managed
  • Simple interface, run git newpr and git updatepr