gpt4 book ai didi

gitignore - 为什么我的全局 .gitignore 文件没有被忽略?

转载 作者:行者123 更新时间:2023-12-03 06:37:33 32 4
gpt4 key购买 nike

$ cat ~/.gitconfig
[core]
editor = vim
excludefiles = /home/augustin/.gitignore
$ cat ~/.gitignore
toto
$ mkdir git_test
$ cd git_test/
$ git init
$ touch toto
$ git status

# On branch master
#
# Initial commit
#
# Untracked files:
# (use "git add <file>..." to include in what will be committed)
#
# toto
nothing added to commit but untracked files present (use "git add" to track)
$ git --version
git version 1.6.3.3

为什么toto没有被忽略?

考虑 ~/.gitconfig 中的其他设置(颜色、编辑器)。

最佳答案

git config --global core.excludesfile ~/.gitignore

关于gitignore - 为什么我的全局 .gitignore 文件没有被忽略?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5270917/

32 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com