目录
1、查看当前仓库别名
2、设置别名
3、应用
git remote -v
# 别名一般建议仓库名git remote add 别名 远程仓库地址
成功会有两个(push推送和fetch拉取):
git push 别名 master