Changes between Version 60 and Version 61 of Developer/Git
- Timestamp:
- Nov 22, 2018, 3:51:36 PM (3 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Developer/Git
v60 v61 7 7 = Why git? = 8 8 9 Git is a distributed revision control system with an emphasis on speed and data safety. With git revision control system each user has a full 9 Git is a distributed revision control system with an emphasis on speed and data safety. With git revision control system each user has a full-featured copy of the main repository. Each revision control operation is done in the local repository and can be later shared using patches or by a direct push to the main repository. 10 10 11 11 = RTEMS Git Repositories =