gh auth
This commit is contained in:
@@ -12,6 +12,11 @@ in {
|
|||||||
autocrlf = "input";
|
autocrlf = "input";
|
||||||
pager = "delta";
|
pager = "delta";
|
||||||
};
|
};
|
||||||
|
credential = {
|
||||||
|
helper = "!gh auth git-credential";
|
||||||
|
"https://github.com".useHttpPath = true;
|
||||||
|
"https://gist.github.com".useHttpPath = true;
|
||||||
|
};
|
||||||
pull.rebase = true;
|
pull.rebase = true;
|
||||||
rebase.autoStash = true;
|
rebase.autoStash = true;
|
||||||
interactive.diffFilter = "delta --color-only";
|
interactive.diffFilter = "delta --color-only";
|
||||||
|
|||||||
Reference in New Issue
Block a user