天天看點

Git:檢視config配置檔案

檢視config檔案

# 方式一
$ git config -e 

# 方式二
$ vim .git/config  # 目前git項目下


$ git remote -v  # 顯示目前所有遠端庫