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:__
665665gitk --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
670675git subtree push --prefix subfolder_name origin gh-pages
Original file line number Diff line number Diff line change 219219}, {
220220 "title" : " Visualize the version tree." ,
221221 "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' " ]
223223}, {
224224 "title" : " Deploying git tracked subfolder to gh-pages" ,
225225 "tip" : " git subtree push --prefix subfolder_name origin gh-pages" ,
You can’t perform that action at this time.
0 commit comments