配置git:
git config --global user.name "Example Surname" git config --global user.email "your.email@gmail.com" # Set default so that all changes are always pushed to the repository git config --global push.default "matching"
获取git配置信息:
git config --list
为终端配置高亮(?)
git config --global color.status auto git config --global color.branch auto
创建.git文件夹
git init
浙公网安备 33010602011771号