mirror of
https://github.com/tiimgreen/github-cheat-sheet.git
synced 2025-08-09 17:36:37 +02:00
add styled git log
This commit is contained in:
@@ -273,6 +273,12 @@ $ git status -sb
|
||||
|
||||

|
||||
|
||||
## Styled Git Log
|
||||
|
||||
```bash
|
||||
$ git log --all --graph --decorate --oneline --abbrev-commit
|
||||
```
|
||||
|
||||
## Git Query
|
||||
|
||||
A git query allows you to search all your previous commit messages and finds the most recent one matching the query.
|
||||
|
Reference in New Issue
Block a user