關於git命令的筆記

一 、git的導入 git的初始化 初始化姓名和郵箱(會在~/.gitconfig 下設置) git config --global user.name "firstname lastname" git config --global user.email "[email protected]" 爲了更好的顯示命令 添加一條命令 git config --global color.ui auto
相關文章
相關標籤/搜索