News

graph@log:~$ git log --all --decorate --oneline --graph A pretty git log graph The pretty switch of the git log provides a multitude of ways to format git log output, especially when a developer uses ...
Configuration You can set "git-log--graph.folder" to some desired absolute path in which a .git folder is located. Multi-root workspaces (multiple or nested folders) are currently not supported. If ...