gitHub版本管理(1)git入門與配置(簡述)

1:git 與 sourceTree (1)https://gitforwindows.org/ 官網下載 git 到本地。 (2)下載後主要通過git Bash操作。 (3)首先是通過命令設置user和email。 git config --global user.name "tom" //和 git config --global user.email "[email protected]"
相關文章
相關標籤/搜索