240 发简信
IP属地:重庆
  • git 常用命令

    git remote -v 查看当前git库的远程地址 更改git服务器地址: 在项目的根目录有个.git 隐藏文件夹(mac 可以用ls -a 看到) cd .git vi...