git remote每次push操作都要带上远程仓库地址,非常麻烦,我们也可以给远程仓库设置一个别名
# 给远程仓库设置别名git remote add 仓库别名 仓库地址# 删除别名git remote remove 仓库别名# git clone的仓库默认有一个origin的别名