添加 远程仓库,如:
git remote add origin gogs@106.15.180.999:wenjianbao/git_study.git
删除 远程仓库,如:
git remote rm origin
查看当前远程仓库:
git remote