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

added notes.

parent c30cb3cb
No related branches found
No related tags found
No related merge requests found
# 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