Skip to content

Git 配置文件

bash
git config --global user.name "Zheng Hao"
git config --global user.email zhengh513@outlook.com
git config --global pull.rebase true
git config --global user.name "Zheng Hao"
git config --global user.email zhengh513@outlook.com
git config --global pull.rebase true

Released under the MIT License.