8000 add styled git log · uamshare/github-cheat-sheet@a0c11eb · GitHub
[go: up one dir, main page]

Skip to content

Commit a0c11eb

Browse files
author
Alex Warhawk
committed
add styled git log
1 parent 85f9152 commit a0c11eb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,12 @@ $ 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+
276282
## Git Query
277283

278284
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