给本地git起别名
2020-03-06 本文已影响0人
稻草人_9ac7
打开电脑终端执行:
git config --global user.name 别名
例如:
git config --global user.name hmgdcr
查看别名:
git config user.name
打开电脑终端执行:
git config --global user.name 别名
例如:
git config --global user.name hmgdcr
查看别名:
git config user.name