CST438: Journal Entry Week 3

Q. Describe what are the good points about using Git for source code management.
A. Git is a good version control system. Everyone gets their own copy of the project which adds extra redundancy in case the main version gets deleted. Git allows you to create branches to keep the main branch of the project clean while developers work on new code. As a version control system it prevents your projects from getting messed up or corrupted.

Q. What are possible problems that Git merge does not solve when merging code from different developers?
A. Git merges do not take context into consideration. 

Comments

Popular posts from this blog

CST438: Journal Entry Week 1

CST370: Journal Entry Week 3

CST311: Journal Entry Week 7