2 GIT Version Control System (VCS)
2 GIT Version Control System (VCS)
● Speed
● Support for non-linear development
● (thousands of parallel branches)
● Fully distributed
● Able to handle large projects efficiently
Set the name and email for Git to use when you commit:
– You can call git config –list to verify these are set.