Consider the following:
$ git config --global alias.show-graph 'log --graph --abbrev-commit --pretty=oneline'
Now, by typing git show-graph , run the log command shown above.
Question: Why not just use a bash script for this? Are there any advantages or disadvantages to this?
cr0wdednetw0rk
source share