设置用户信息
1 | git config --global --add user.email "your email" |
设置别名
1 | git config --global alias.co checkout |
git config 文件
1 | git 配置存储在 ~/.gitconfig 文件中 |
想学更多有意思的东西,想做自己的网站,想学画画
1 | git config --global --add user.email "your email" |
1 | git config --global alias.co checkout |
1 | git 配置存储在 ~/.gitconfig 文件中 |