Shows the commit logs of a Git repo
I’m executing the following command: git log --name-only –pretty="format:%H %s" -- *.sql --grep="JIRA-154" which returns results …
git merge git-logI'm curious what do line colors mean in git log --graph? Yes, I'm asking about lines | / \ which connect commits * at …
git graph git-logBefore, I could just type git log Now, I have to type: git log | less to get the same effect. …
git pager git-log