git命令-第一次提交代碼到github

1.github上面新建一個倉庫 create a new repositorygit 2.在本地使用git bash here,命令以下:github 初始化gitbash git init  新增當前目錄下全部的文件this git add ./  提交到本地倉庫, -m後面爲代碼說明code git commit -m "some message for this project."   
相關文章
相關標籤/搜索