Git學習一

Git學習一 Git安裝 設置全局變量 創建版本庫 將文件放進Git倉庫管理 查看版本信息 Git安裝 到處都是教程,這裏不談了。 設置全局變量 git config --global user.name 「Your Name」 git config --global user.email 「[email protected]」 然後查看自己的全局變量: git config -l 創建版本庫 m
相關文章
相關標籤/搜索