In earlier article, we installed GIT as source version control system, configured user name and mail in Linux, verified our config and added folder as GIT local repository. We created a file and added to GIT as local repository as tracked and committed to GIT local repository. We looked at how to use git status and check commit logs of GIT local repository
In this article, we will see how to add alias to local GIT .
Following command adds alias to GIT global config in GIT local in Linux.
git config --global alias.loga "log --all --graph --decorate --oneline
Lets see it in linux shell example.
Above output indicates that we added "loga