Often I use "git log --graph --all --decorate --online" command.
It's verbose and tedious to write it with all the parameters. I know that i want these options always be applied to my git log cmd.
edit:i want only git to change its behavior - not writing some script outside of it, tweaking win shell or smth! I want to write "git log" and it does
"git log --graph --all --decorate --online" automatically
Like in vim, there is probably some default config file?