【发布时间】:2021-02-07 17:07:07
【问题描述】:
【问题讨论】:
标签: git github commit git-commit
【问题讨论】:
标签: git github commit git-commit
在本地文件夹的根目录下有一个名为“config”的文件。 尝试“vim .git/config”
文件看起来像这样:
[core]
repositoryformatversion = 0
fileMode = false
bare = false
logallrefupdates = true
ignorecase = true
precomposeunicode = true
[remote "origin"]
url = https://nanhe@bitbucket.org/nanhekumar/myproject.git
fetch = +refs/heads/*:refs/remotes/origin/*
[branch "master"]
remote = origin
merge = refs/heads/master`
[user]
name = Nanhe Kumar
email = info@nanhekumar.com
几个选项:
本地:
全球:
【讨论】: