Sourcetree Setup

  1. Download and install Sourcetree
  2. Generate personal access token on GitHub: https://github.xxx/settings/tokens
    1. Fill in Note (something like Sourcetree or MacBook)
    2. Check all the checkboxes under the "Select Scopes" section
    3. Tip: Make sure you enter your email in the "public email" field in GitHub account settings
  3. Open Sourcetree to complete GitHub connection setup
    1. Open Preferences → Accounts → Add
    2. Host: GitHub Enterprise
    3. Website: https://github.xxx/
    4. Username: xxx
    5. Password: Personal access token copied from step 2
    6. Protocol: SSH
    7. Save
  4. Clone repositories into Sourcetree

 

(1)和git配好之后打开sourcetree,选择clone from URL;

(2)从remote里找想要拉下来的代码

(3)从mdg分支里点commit可以看到所有本地改的代码,push之前先pull一下代码,再选择想要push到git里的代码,选择完成点push。

posted @ 2022-07-25 17:17  少年_不识愁滋味  阅读(249)  评论(0编辑  收藏  举报