Why doesn't my global .gitignore file ignore?

前端 未结 2 1523
既然无缘
既然无缘 2021-01-30 13:19
$ cat ~/.gitconfig
[core]
        editor = vim
        excludefiles = /home/augustin/.gitignore
$ cat ~/.gitignore
toto
$ mkdir git_test
$ cd git_test/
$ git init
$ touc         


        
2条回答
提交回复
热议问题