1. 程式人生 > >Git/Github.001.與服務器交互數據

Git/Github.001.與服務器交互數據

github bsp 再次 rep pos git style one epo

  比如https://github.com/:

  首次下載可以clone:

$ git clone https://github.com/yourname/yourrepository

  再次下載可以pull:

$ git pull https://github.com/yourname/yourrepository [branchname]

  上傳可以push:

$ git push https://github.com/yourname/yourrepository [branchname]

Git/Github.001.與服務器交互數據