adog
globallygit config --global alias.adog "log --all --decorate --oneline --graph"
Which can lately be run using the follwing commandgit adog
After the command execution, In global config
file will be added the following[alias]
adog = log --all --decorate --oneline --graph