github基本命令(一)

1、查看git有哪些配置:git config 2、名字和郵箱設置 名字:git config --global user.name "自己名字" 郵箱:git config --global  user.email "自己郵箱" 3、輸入更顯目的樣式(顏色)設置 git config --global color.ui auto 4、如果忘記自己配置,就可以用 cat ~/.gitconfig
相關文章
相關標籤/搜索