Github for windows使用教程

  相信大部分人在linux下使用git和github都很熟練,也有一部分人可能對windows的使用不太熟悉,也有一部分沒有安裝linux系統的同窗可能一開始使用github就是從windows下開始。我就簡單說一下本身使用github for windows的經驗吧。linux

  1.下載github for windows,並安裝;git

  2.安裝好後,桌面會出現git shell和github兩個圖標,其中git shell其實已經能夠徹底像git同樣使用;github

  

//git clone
git clone url
//git remote
git remote add origin url
git remote rm origin
//git push
git add .
git commit -m "message"
git push
//git log
git log
git reset --hard hashvalue

 

  3.至於github是一個圖像化界面,原則上只是git shell下的功能的替代,對於不熟悉git命令的人來講,如下功能:shell

相關文章
相關標籤/搜索