8000 Merge pull request #7 from W4RH4WK/master · uamshare/github-cheat-sheet@8cf33ed · GitHub
[go: up one dir, main page]

Skip to content

Commit 8cf33ed

Browse files
committed
Merge pull request tiimgreen#7 from W4RH4WK/master
add styled git log
2 parents 139548b + e397e3a commit 8cf33ed

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,14 @@ $ git status -sb
273273

274274
![git status -sb](http://i.imgur.com/xNI1bT0.png)
275275

276+
## Styled Git Log
277+
278+
```bash
279+
$ git log --all --graph --decorate --oneline --abbrev-commit
280+
```
281+
282+
![git log --all --graph --decorate --oneline --abbrev-commit](http://i.imgur.com/RUPycwI.png)
283+
276284
## Git Query
277285

278286
A git query allows you to search all your previous commit messages and finds the most recent one matching the query.

0 commit comments

Comments
 (0)
0