1.新建一個倉庫
2.生成Key
3.clone
4.添加文件
5.git? ? add
6.git? ? commit? -- m'des'
7.git? ? push
從git到本地
打開要放置這個文件的文件夾或者重新建一個,然后從這里面打開終端
git clone 復(fù)制粘貼
//剛開始建倉庫文件時
git clone 復(fù)制粘貼xinlingzuishenchu.github.io
touch 123.html
git add .
git commit -m "說明"
git push
修改以后從本地到git
git pull
git add .
git commit -m "說明"
git push