An alternative with shorter hash, author and relative date for "Visualize the version tree." tip, has been added.

This commit is contained in:
Cristian Umaña 2018-03-08 16:48:00 -06:00
parent 8b613e09f4
commit 26e8a7be82
2 changed files with 6 additions and 1 deletions

View File

@ -665,6 +665,11 @@ __Alternatives:__
gitk --all
```
```sh
git log --graph --pretty=format:'%C(auto) %h | %s | %an | %ar%d'
```
## Deploying git tracked subfolder to gh-pages
```sh
git subtree push --prefix subfolder_name origin gh-pages

View File

@ -219,7 +219,7 @@
}, {
"title": "Visualize the version tree.",
"tip": "git log --pretty=oneline --graph --decorate --all",
"alternatives": ["gitk --all"]
"alternatives": ["gitk --all","git log --graph --pretty=format:'%C(auto) %h | %s | %an | %ar%d'"]
}, {
"title": "Deploying git tracked subfolder to gh-pages",
"tip": "git subtree push --prefix subfolder_name origin gh-pages",