git 上傳本地代碼到遠程服務器分支

一 . git的安裝和配置  一、首先是安裝git,這個很簡單(Windows)html 二、其次是在git bash中給git配置環境git       git config --global user.name = "username"(本身設置的名字)github       git config --global user.email =="xxx@aaa.com" (有效郵箱)bash
相關文章
相關標籤/搜索