Git log

When I am working with git, I find it useful to take a quick look at the log. The default [shell light=”1″] $ git log [/shell] command doesn’t show the actual modified/added/deleted files. You can use the following command for that: [shell light=”1″] $ git log –pretty –stat or $ git log –pretty=format:"[%h] %ae, %ar: Continue reading Git log