tags: git
Pull code from github or other repository (httpsthe way)
git clone Git address
Submit code
git add . . means all files
Git commit -m "comment"
git push -u origin master -uFirst submission written on
Update code
git pull
View all branches
git branch -a
Switch https / modify remote repository address

The https method is required to input the account password each time, and the configuration is omitted.

Development scenario: There is a remote master branch master, which provides users with a formal and stable version. Development branch dev for daily development. Developers create their own local bra...
Download Project Code: New branch, switch branch, see all branches A complete code submission routine Remote server branch mapped to local In my actual work scene, each time you operate, the steps are...
Git Classification of version control Centralized version control: For example, CVS, SVN (SUBVERSION), VSS, etc., depend on the central server for version control. A disadvantage is that the failure o...
notes Through Git Init initialization directory structure, this directory is turned into a warehouse that can be managed by Git Use the command git add.,. Indicate the current directory Submit files t...
Simple use of git: Creation and use of a local git library Create git library: cd into the folder input to create git library Complete the creation of the git library, at this time there will be more ...
First, how to put the project inside github uploaded by git. 1. Go to the Github homepage and click New repository to create a new project. 2, fill in the relevant information Repository name: warehou...
For reprint, please indicate the source. Win10 64 bit 1. Prerequisite knowledge A person: Linus Torvalds(Full name: Linus Benedict Torvalds, translated as Linus Benedict Twaz), Inventor of the Linux k...
Create a new folder, enter this folder and do the following Download the project after initialization is complete project can be downloaded to the local Submit code after code modification Open this w...
First, Github uses See Tutorial for details:https://guides.github.com/activities/hello-world/ Second, Git use (under Linux) reference:https://githowto.com/setup 1. Set name and email address Just repl...
[color=green][size=large]Git simply uses [/size][/color] I started to contact because last year, Gov blocked the website and caused strong discussion in the country. However, due to the recent contact...