Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency.
– The Git website
Choose one of the following options.
* Don't Repeat Yourself - DRY | |
- Don't repeat code | |
- Use reusability | |
* Keep It Simple Stupid - KISS | |
- Don't overcomplicate for it's own sake | |
* Don't make me think. | |
* Program to an interface. | |
* Composisition over inheritance. |
Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency.
– The Git website
Choose one of the following options.