/project_example

This example is to demonstrate how to organise a project on Github

Primary LanguageC++

project_example

Build Status codecov

This example is to demonstrate how to organise a project on Github

Version control

  • git diff/add/commit/push/log
  • git checkout
  • branching & pull request
  • Continuous integration

Collaboration

  • private & public repository
  • branching & pull request
  • issue tracker
  • Don't submit data. (use .gitignore)
  • slack channel
  • analysis repo and software tools.
    • Stable branch
    • development branch

Inspiration