-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Home
Paul Sutton edited this page Dec 17, 2015
·
7 revisions
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.