ethz-asl / programming_guidelines

This repository contains style-guides, discussions, eclipse/emacs auto-formatter for commonly used programming languages
139 stars 38 forks source link

We need a short page on "Git Best Practices" #20

Open furgalep opened 10 years ago

furgalep commented 10 years ago

It should include stuff like

  1. how to do branching
  2. what to name branches (fix/xxx, feature/yyy, or something)
  3. to keep binary files out of code repos,
  4. managing a workspace using aslam_status

Other stuff?

simonlynen commented 10 years ago

There is some guideline on the PR and review process already which contains branching explanations etc. This also links to some good thirdparty guides. Can you add the aslam_status there?

On Fri, Jun 6, 2014 at 3:01 AM, Paul Furgale notifications@github.com wrote:

It should include stuff like

  1. how to do branching
  2. what to name branches (fix/xxx, feature/yyy, or something)
  3. to keep binary files out of code repos,
  4. managing a workspace using aslam_status

Other stuff?

— Reply to this email directly or view it on GitHub https://github.com/ethz-asl/programming_guidelines/issues/20.