use git and GitHub

Open git bash  

Cloning project

  1. git init initialization file folder, this folder will be generated when the file git
  2. git  clone  url

 

Project updates

  1. The preferred can use git into the project page (remember that is the parent of one project, not the project oh) and enter this command is git pull updates directly to you without any conflict situation update
  2. Of course, you can git pull origin master  

Guess you like

Origin www.cnblogs.com/dwt520/p/12043766.html