Added graph log command

This commit is contained in:
Bastian 2020-01-09 12:53:06 +01:00 committed by Shourai
parent 76026da0d1
commit 17b543e406
1 changed files with 4 additions and 0 deletions

View File

@ -126,3 +126,7 @@ Delete remote branch
git push <remote_name> --delete <branch_name>
git remote prune <remote_name>
```
Check the log in graph form
```shell
git log --graph --oneline
```