github筆記

 

1.新建repositorygit

2.新建/進入文件夾github

git init
git add [文件]
git commit -m "[描述]"
git remote add [origin(或者其餘名稱)] https://github.com/[github帳號暱稱]/[repository名稱].git
git push -u [origin] master

3.其餘命令spa

 git log #查看操做歷史記錄
 git checkout #切換分支
相關文章
相關標籤/搜索