Tagged: git

The difference between GIT and SVN

The main basic differences: 1.GIT is distributed, SVN is not: This is the core difference between GIT and other non-distributed version control systems such as SVN, CVS, and so on. If you can understand this concept,...

git commands

Some useful git commands

In the case of project management with Git, there are some frequently encountered problems that are complicated to deal with. This article records some common commands and operations. Modify the description of a submission...