diff --git a/pages/common/git-log.md b/pages/common/git-log.md index 696cf9d303..22ca93a77a 100644 --- a/pages/common/git-log.md +++ b/pages/common/git-log.md @@ -14,6 +14,10 @@ `git log --oneline` +- Show all commits, tags and branches for the entire repo in a graph format: + +`git log --oneline --decorate --all --graph` + - Show only commits whose messages include a given string (case-insensitively): `git log -i --grep {{search_string}}`