mirror of
https://github.com/buckley310/nixos-config.git
synced 2025-01-11 19:49:02 +00:00
add github auth settings and autocrlf
This commit is contained in:
parent
490fe45727
commit
36284093a4
1 changed files with 9 additions and 0 deletions
|
@ -59,9 +59,18 @@ in
|
|||
alias.glogl = "log --all --decorate --oneline --graph -n10";
|
||||
alias.logl = "log --oneline -n10";
|
||||
alias.vlog = "log --name-status";
|
||||
core.autocrlf = "input";
|
||||
core.pager = "less -x1,5";
|
||||
pull.ff = "only";
|
||||
init.defaultBranch = "main";
|
||||
"credential \"https://github.com\"".helper = [
|
||||
""
|
||||
"!gh auth git-credential"
|
||||
];
|
||||
"credential \"https://gist.github.com\"".helper = [
|
||||
""
|
||||
"!gh auth git-credential"
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue