Git第一次提交代碼的操做

  • 先在github上建立倉庫。
  • 複製倉庫:
git clone https://github.com/quantum6/AndroidCameraFps.git
  • 設置用戶名密碼:
git config --global user.name "你的名字或暱稱"
git config --global user.email "你的郵箱"
  • 進入代碼目錄,添加全部代碼
git add *
  • 提交:
git commit -m "my first commit"
git push origin master
相關文章
相關標籤/搜索