github建立版本庫

一.建立版本庫
github上建立倉庫
github建立版本庫
github建立版本庫git

mkdir ROOT
在ROOT目錄下
git init 初始化倉庫
git status 查看狀態
github建立版本庫github

git add 添加到緩衝區
github建立版本庫ide

git commit -m 「描述」 提交
github建立版本庫3d

這時候須要輸入git的全局帳號配置,再次提交成功
github建立版本庫blog

添加遠程倉庫,git push 上傳
github建立版本庫it

git clone下載克隆項目
github建立版本庫class

進入倉庫 git pull 拉取
github建立版本庫配置

相關文章
相關標籤/搜索