Tortoisegit daily operation steps

The usage process is as follows:

insert image description here

The git submission code is first submitted (commit) to the local warehouse, and then pushed (Push) to the remote warehouse.

1. First right-click git clone and fill in the git address to pull the git warehouse to the local
insert image description here

2. In the folder of the local git code base, "right click", git synchronization (git sync), the following picture appears, select submit (commit)
insert image description here

Usually submitted to the master branch. If there are other branches, you can choose other branches. GIT submission requirements must fill in the Commit message, please fill in the description information carefully. The code is submitted to the local configuration library, and the submission is successful Success

insert image description here
insert image description here

insert image description here
Finally , right click on push in TortoiseGit (select the branch to submit to)

Tortoisegit merge code steps

おすすめ

転載: blog.csdn.net/qq_47272950/article/details/129691404