-
Maintainer note: This discussion is really about providing ways to use platform specific storage locations for global git configuration. It would be nice if instead of having to put a This flag would only be possible for the root I know that git allows multiple The idea is just for the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
I think you can do this today with Note that |
Beta Was this translation helpful? Give feedback.
I think you can do this today with
ln -s .gitignore cfg/git/ignore
. That way it's visible where you want while also being picked up by git in just the right place.Note that
gitoxide
would not implement anything that wouldn't work ingit
unless it's clearly a bug on the side ofgit
.