GIT的基本使用

Git的基本使用 1. Git的全局配置 第一次安裝git 後,需要在全局環境下配置信息。 $ git config -l //查看配置信息 $ git config --global -l //查看全局配置信息 //配置全局信息:用戶名和郵箱 $ git config --global user.name ‘xxx’ $ git config --global user.email ‘[emai
相關文章
相關標籤/搜索