github上傳項目的操做步驟

一:初次使用git上傳文件,前提電腦上需下載過git       1.初始化倉庫:git init    查看ls -a  查看狀態git status     2.切換分支到master:git checkout master     3.git commit -m '初始化倉庫'     4.鏈接github地址:git push git@github.com:webxiu/study.git
相關文章
相關標籤/搜索