File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -665,6 +665,11 @@ __Alternatives:__
665
665
gitk --all
666
666
```
667
667
668
+
669
+ ``` sh
670
+ git log --graph --pretty=format:' %C(auto) %h | %s | %an | %ar%d'
671
+ ```
672
+
668
673
## Deploying git tracked subfolder to gh-pages
669
674
``` sh
670
675
git subtree push --prefix subfolder_name origin gh-pages
Original file line number Diff line number Diff line change 219
219
}, {
220
220
"title" : " Visualize the version tree." ,
221
221
"tip" : " git log --pretty=oneline --graph --decorate --all" ,
222
- "alternatives" : [" gitk --all" ]
222
+ "alternatives" : [" gitk --all" , " git log --graph --pretty=format:'%C(auto) %h | %s | %an | %ar%d' " ]
223
223
}, {
224
224
"title" : " Deploying git tracked subfolder to gh-pages" ,
225
225
"tip" : " git subtree push --prefix subfolder_name origin gh-pages" ,
You can’t perform that action at this time.
0 commit comments