mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
git pager indent tabs by 4
This commit is contained in:
parent
f6fb488690
commit
5550df2270
1 changed files with 1 additions and 0 deletions
|
@ -101,6 +101,7 @@ in
|
||||||
alias.glog = "log --all --decorate --oneline --graph";
|
alias.glog = "log --all --decorate --oneline --graph";
|
||||||
alias.logl = "log --oneline -n10";
|
alias.logl = "log --oneline -n10";
|
||||||
alias.vlog = "log --name-status";
|
alias.vlog = "log --name-status";
|
||||||
|
core.pager = "less -x1,5";
|
||||||
pull.ff = "only";
|
pull.ff = "only";
|
||||||
init.defaultBranch = "main";
|
init.defaultBranch = "main";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue