diff --git a/README.md b/README.md index dec225f..183bb28 100644 --- a/README.md +++ b/README.md @@ -126,3 +126,7 @@ Delete remote branch git push --delete git remote prune ``` +Check the log in graph form +```shell +git log --graph --oneline +```