Git 多账号管理:在不同文件夹区分Git账号
vi ~/.gitconfig[includeIf "gitdir:**/github/**"]
path = ~/.githubconfigvi ~/.githubconfig[user]
name = another_name
email = [email protected]Last updated
vi ~/.gitconfig[includeIf "gitdir:**/github/**"]
path = ~/.githubconfigvi ~/.githubconfig[user]
name = another_name
email = [email protected]Last updated