mirror of
https://github.com/tiimgreen/github-cheat-sheet.git
synced 2025-08-09 09:26:42 +02:00
@@ -273,6 +273,14 @@ $ 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