Skip to content
Snippets Groups Projects
Commit d05412a5 authored by Sylvain Arreckx's avatar Sylvain Arreckx
Browse files

added notes.

parent 48ce8295
No related branches found
No related tags found
2 merge requests!18merge all,!14Pass over all slides.
# Why use git? # Why use git?
* keep the changes you made over time * No need to fully rewrite code; reuse code and save time.
* allow you to backtrack (if necessary) and undo those changes * Keep the changes you made over time
* easily add contributions of your collaborators to the main code base * Allow you to backtrack (if necessary) and undo those changes
* Easily add contributions of your collaborators to the main code base
note:
Other points to mention:
* git shall not be considered as a nuisance, but as a tool that should help to track and trace the code.
* git is not to track performance. Not using it shows exactly the opposite.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment