Skip to content
Paul Sutton edited this page Dec 17, 2015 · 7 revisions

Git maintenance

In general, the git workflow follows: https://www.kernel.org/pub/software/scm/git/docs/gitworkflows.html

Branches are:

  • maint - tracks commits that go in the next "maintenance release". Mainly bugfixes for last stable release.
  • master - tracks commits that go in the next release.
  • next - testing branch for topics. Once stable, these topics go in master.
Clone this wiki locally