Git常用简单命令

79 阅读1分钟
  • git remote rm origin 删除本地远程分支连接
  • git push -u origin <branch> 将本地分支推向远程分支
  • git remote add origin <git-adderss> 添加线上仓库