Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 711 Bytes

versionning.md

File metadata and controls

14 lines (10 loc) · 711 Bytes

Versionning

When starting a new project, we like to use version control to follow its development. Version control allows to easily see how a project go. It also allows to share the code using one of the following plateforms:

At a starting point, make sure that:

  • you commit with the right username and correct email
  • you add a .gitignore file containing at least the three main plateform, OSX, Windows, Linux. https://www.gitignore.io/ can help you with that. We recommand to install https://www.gitignore.io/docs
  • you add a README.md which contain, a Title, a description, a context