mirror of
https://github.com/harivansh-afk/nix.git
synced 2026-04-15 09:01:16 +00:00
fix git credential helper for gh auth on netty
This commit is contained in:
parent
e19cb0d9c6
commit
4c493bf494
1 changed files with 4 additions and 0 deletions
|
|
@ -48,6 +48,10 @@
|
|||
|
||||
push.autoSetupRemote = true;
|
||||
|
||||
"credential \"https://github.com\"" = {
|
||||
helper = "!gh auth git-credential";
|
||||
};
|
||||
|
||||
"diff-so-fancy" = {
|
||||
markEmptyLines = true;
|
||||
stripLeadingSymbols = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue