全能電路設計實戰

2017年7月11日 星期二

Linux git push 使用



1) 先設定好 who you are.

Run

  git config --global user.email "xxxx@ittraining.com.tw"
  git config --global user.name "ittraining"


2) git commit: 顯示所有 Changes not staged for commit 的檔案

3) Staged for commit

git commit *  -m "............." 或
git commit <file list> -m ".........................."


4) git push : 將commit 的檔案全部上傳至git server







沒有留言 :

張貼留言