Git版本管理基礎命令

1.查看git安裝信息 rpm -qa git  2.配置git命令 3.配置基本信息 git config --global user.name 'lemaster' git config --global user.email '[email protected]' git config --global color.ui true 配置命令執行後,出現一個隱藏文件「.gitconfig」 內
相關文章
相關標籤/搜索