forked from Workshops/How-To-Git-Started
Added graph log command
This commit is contained in:
@ -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
|
||||
```
|
||||
|
Reference in New Issue
Block a user