[Git] Use GIT for version control

Table of contents

written in front

backup method

Show results


written in front

When doing project development, it is inevitable to perform version replacement or add new functions. At this time, it is very important to back up the version in order to avoid problems during the development of the new version. When the project file is too large, the File backup takes up too much storage space. If the version can be backed up in a place like the cloud, the storage space can be greatly reduced. Using git for version control is a good way.


backup method

Start by creating a new repository on the GitHub home page.

Guess you like

Origin blog.csdn.net/m0_61298445/article/details/128740949