There is a bug in the project, the bug cannot be found, how to pull back the previous version

 1. How to pull the code with gitee

This article is a link to the original article reprinted in "Shining Sun a": https://blog.csdn.net/Gufang617/article/details/119929145

How to pull the code from gitee
1. First find the URL address of the code you want to pull on gitee
Click to copy the https address here
1

ps: (Another method, very fast, one line of code can be pulled) Find a local folder, right-click git bash, and enter git clone in the pop-up window The address copied from the above picture can pull the code on gitee to a local folder.

2. Create a folder locally,
create it and click to enter

enter cmd command here


3. Configure
3.1 Enter the command git init
3.2 git remote add origin URL of the first step of copying
3.3 git pull origin master
 

Guess you like

Origin blog.csdn.net/weixin_54048131/article/details/132152102