$ git config --global user.name "xxx"
$ git config --global user.email "[email protected]"
ssh-keygen -t rsa -C "[email protected]"
If the relevant environment variables are configured in step 2, you can directlycmdOpenputtygen(It can also be found under the installation path of TortoiseGitC:\Program Files\TortoiseGit\bin\puttygen.exe)
Click the following figureloadLoad private keyid_rsa,then clickSave private keyGenerate the ppk file that TortoiseGit needs to use(id_rsa.ppk)
9. Use TortoiseGit to pull down the code configuration 2--->****** Configure TortoiseGit client
OpenTortoiseGitSettings page, configure related parameters as follows: configure user name and mailbox, configure server code path and the above obtainedid_rsa.ppkPath to enter TortoiseGitSettingsPage, click on the Git directory in the left navigation bar,Set user name and email (Name, Email),Name will be displayed when the code is submitted, if used beforegit configConfigured, there is no need to configure here.
The learning content in this chapter is as follows: How to create a numbered list How to create a project list How to create a definition list 1. The list is a general-purpose container for placing tr...
...
Foreword Most of the developed partners are no strangers to git. They can use git to develop team collaboration, and can record the iterative history of the code. It is easy to trace back when problem...
contents First, pull the warehouse code, submit the code Second, new, switch branch First, pull the warehouse code, submit the code 1, pull the git project. 2, submit the code process Step1. View the ...
Download git Install configuration git Git common commands ssh Gitlab community installation Configure gitlab url Gitlab common commands...
I used Git's Git tutorial to sort through Git's summary. Later, when I used Git, I found that there are still a lot of operations, so I will use Git again. Install Git Git on Windows, you can download...
Git remote warehouse management View, switch, create and delete branches Push the local branch to the remote branch Delete remote branch Rename local branch: Single commit to merge into other branches...
First clone the project to the local, and then enter the project file. 1. Create your own branch git checkout -b cmd/func (cmd/func is the branch name) The feature branch is named with the content of ...
Summarized fromGit tutorial with Delete git remote branchThank you for your valuable experience Warning: Because of detail, so the text is a bit long, the effect of the operation is beyond your expect...
I haven't used python for a long time. After returning to school, I was busy flying, just a few more hands. Today, classmate xbs found me, asked me questions, and showed me his notes file.Notes are te...