git 配置文件
Posted 程序媛的故事
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了git 配置文件相关的知识,希望对你有一定的参考价值。
在隐藏文件夹.git/config:
[core]
repositoryformatversion = 0
filemode = false
bare = false
logallrefupdates = true
symlinks = false
ignorecase = true
hideDotFiles = dotGitOnly
[remote "meicai"]
url = https://git.sprucetec.com/meixiansong-java/tms-track.git
fetch = +refs/heads/*:refs/remotes/meicai/*
[remote "dyq"]
url = https://git.sprucetec.com/duyinqiang/tms-track.git
fetch = +refs/heads/*:refs/remotes/dyq/*
[alias]
st = status
ci = commit
br = branch
co = checkout
df = diff
以上是关于git 配置文件的主要内容,如果未能解决你的问题,请参考以下文章