by sway
The widely used source code management system for software development in the world.
When you work in a team, it’s necessary to integrate everyone’s work.
The difference between svn and git
How to install Git?
It's so easy, just enter the offical site.
offical sitegit pull
git pull = git fetch + git merge
See the picture
It looks like this
Recommand a website to learn git branch
How to use git effectively in teams?
A good message writing can:
How?
Here is a comparison of two teams using git
Every commit messages could become your black history ~
If you only have one branch...
Main branches
Support branches
It doesn't mean How to ...
A website to learn HTML