GIT 使用記錄,新手->會用(mac 用戶)

(唔,mac 用戶這個要求是由於集成在 terminal 中可直接使用)git

1. github 中 建立 git 帳戶github

2. github -> 在我的設置中 找到 ssh  and GPGkeys 頁面ssh

3. Terminal 中 ssh-keygen  生成一個ssh key(可選擇加入密碼)spa

4. github 中 new SSH Key 建立個 title 而後加入剛生成的 keyrem

5. 在電腦目錄中建立一個 項目 目錄 並 newFile.txt 文件(隨便什麼文件)terminal

6. Terminal 中 git init it

6.1 git add newFile.txt(隨便什麼文件)io

6.2 git commit -m 'newFile'  (最後的 newFile 是描述信息)灰色表明能夠不寫這兩個命令,直接添加帳戶ast

6.3 根據以前建立的帳戶, git -config --global user.email example@email.com ( 這裏是你的git郵箱)email

6.4 git -config --global user.name yourName( 這裏是你的名字)

7. git remote add origin git@github.com:ming-os9/MBP.git (git@github.com:  後邊的是 github 你項目的地址)

8. git add . ( 添加全部此目錄的文件)

9. git commit -m 'newFile'

10. git push -u origin master (第一次 push 這個設置比較麻煩 以後就簡單了)

 

11.1  git add .

11.2 git commit -m 'demostration for my commiting files'

11.3 git push

相關文章
相關標籤/搜索