Git 基本命令笔记

切换远程仓库的连接

git remote set-url origin URL


修改 config 文件,登陆git

[user]
    name = user-name
    email = user-email

你可能感兴趣的:(Git 基本命令笔记)