# git命令

# 跳过代码检查


git commit --no-verify -m "commit"

# 生成ssh秘钥


git config --global user.name "winljm001"

git config --global user.email "819648983@qq.com"

ssh-keygen -t rsa -C "819648983@qq.com"

lastUpdate: 12/8/2020, 2:09:21 AM