This is the best git log command to use:
git log --decorate --graph --oneline
You can alias this command as follows:
git config --global alias.lol "log --graph --decorate --oneline"
Now you can use it as follows:
git lol
git log --decorate --graph --oneline
You can alias this command as follows:
git config --global alias.lol "log --graph --decorate --oneline"
Now you can use it as follows:
git lol
No comments:
Post a Comment