【Git】Git概述及其常用命令

 1.什麼是git? Git是分佈式版本控制系統,所以需要填寫用戶名和郵箱作爲一個標識,--global 表示全局屬性,所有的git項目都會共用屬性。 配置用戶名 $ git config --global user.name "ik_cong" 配置郵箱 $ git config --global user.email "[email protected]" 2.理解工作目錄,暫存區,本地倉庫
相關文章
相關標籤/搜索