Skip to content

Commit f2e6ca6

Browse files
authored
Merge pull request git-tips#159 from cumanacr/master
An alternative with shorter hash, author and relative date added.
2 parents 79e7c17 + 6f0db91 commit f2e6ca6

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)