mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-12-21 19:24:15 +00:00
cli: add git vlog alias
This commit is contained in:
parent
e85ab895d7
commit
eb9b23a3a8
1 changed files with 1 additions and 0 deletions
|
@ -81,6 +81,7 @@
|
|||
config = {
|
||||
alias.glog = "log --all --decorate --oneline --graph";
|
||||
alias.logl = "log --oneline -n10";
|
||||
alias.vlog = "log --name-status";
|
||||
pull.ff = "only";
|
||||
init.defaultBranch = "main";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue