oneapi / scripts /01_git_helper.sh
Chenhao
添加了自动化提交脚本
e6a7d9d
raw
history blame
204 Bytes
git config --global commit.gpgsign false
git config --local commit.gpgsign false
git config --unset user.signingkey
git config --global --unset user.signingkey
git config --local --unset user.signingkey