git相关

70 阅读1分钟

有很多不常用但是很重要的git命令记录一下,以后会持续更新 1 设置git的远程路径

git remote set url --push origin https://gitlab.com

2 查看git远程路径

git remote -v