Open Jarred-Sumner opened 10 months ago
Would be fantastic to also talk to:
maintainers to update the defaults set as you create repo with them.
is .git/config
synced to the remote. if not, then writing to it will cause a very confusing situation where one developers git environment is different from another without obvious reason why (they wont realize .git/config is written to)
is
.git/config
synced to the remote. if not, then writing to it will cause a very confusing situation where one developers git environment is different from another without obvious reason why (they wont realize .git/config is written to)
Yeah this is where I was unsure, since .git/config
is untracked, one would lose the config if cloned the init
ed project later.
For me, I add a .gitconfig
file to the repo.
Should we generate a .gitconfig
and then include it in .git/config
?
[include]
path = ../.gitconfig
Or just add a postinstall
script: git config --local include.path ../.gitconfig
?
Would be great if VSCode extension also gets this upgrade. The diff shows up like this:
(This section may not show any difference, but those do exist at the bottom of this but my point is that VSCode is not highlighting which lines have difference. Maybe I'm naive because I do not know the internal working of this matter 🤔)
It does not "just work" because bun emits a message about loaded environment variables and screws up the pager.
It does not "just work" because bun emits a message about loaded environment variables and screws up the pager.
that's a bug, it shouldn't be printing a message for that by default anywhere
can you file an issue?
@Jarred-Sumner reported in #13743
Into
.gitattributes
:Into
.git/config
: