#here i am trying to make the one line logs as sLog from commandline
git config --global alias.sLog "log --oneline --graph --decorate"
#instead of git log --oneline --graph --decorate, try for git sLog.
##So from now on if you try git sLog
#####################The same functionality exists.
0 Comments
Please Login to Comment Here