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:
- github: https://github.com/
- gitlab: https://gitlab.com/users/sign_in
- bitbucket: https://bitbucket.org/product
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