使用git更新Github倉庫文件

1、由本地倉庫文件夾進入git 本地倉庫文件夾右鍵—>Git Bash Here 我的文件夾如下: 2、向倉庫子文件夾中傳文件 ① 進入目標文件夾:$ cd css ② 添加要上傳文件名:$ git add style_3.css ③ 添加註釋:$ git commit -m "with style_3.css" ④ 傳入Github:$ git push -u origin master Git
相關文章
相關標籤/搜索