Git config file locations on Windows and Ubuntu

preview_player
Показать описание
In this video I show you where to find Git config files on Windows and Ubuntu Linux. Global, system and local are commonplace, but the portable and Git worktree scopes are also demonstrated here. Even the most advanced power Git users don't know those Git scopes exist.
Рекомендации по теме
Комментарии
Автор

This video was recorded to compliment a popular article I wrote on #theserverside about how to find Git config files. Feel free to check it out:

cameronmcnz
Автор

Note the global config will only be in ~root/ when you do a sudo command. When you are not using elevated rights, it will be in ~home/<username>

calliejones