常用git命令

git remote set-url origin https://github.com/LongKnight/git-basics.git
git remote rm origin  
git remote add origin git@git.xiaojukeji.com:fanshiqiang/comdidichuxingsdl.git
 
原文地址:https://www.cnblogs.com/fsqsec/p/8872731.html