Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Linux Tools Project/Git

< Linux Tools Project
Revision as of 11:20, 23 February 2011 by Unnamed Poltroon (Talk) (Initial revision)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

First steps

Commit messages

  • See guidelines others have written such as this one

Branches

  • Branches created for bug fixes
    • prefix the name with the bug # and a 'very' short description (ex. 307258-automake-tabs-to-spaces)
  • Release branches
    • stable-Major.Minor
  • Branches specific to a sub-project
    • namespaced (ex. valgrind/remote, lttng/super-awesome-feature)

Tags

  • Tag each release with vMajor.Minor.Micro

Back to the top