Skip to content

Commit 6f0db91

Browse files
committed
An alternative with shorter hash, author and relative date for "Visualize the version tree." tip, has been added.
1 parent 79e7c17 commit 6f0db91

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -665,6 +665,11 @@ __Alternatives:__
665665
gitk --all
666666
```
667667

668+
669+
```sh
670+
git log --graph --pretty=format:'%C(auto) %h | %s | %an | %ar%d'
671+
```
672+
668673
## Deploying git tracked subfolder to gh-pages
669674
```sh
670675
git subtree push --prefix subfolder_name origin gh-pages

0 commit comments

Comments
 (0)