mirror of
https://github.com/namibia/tips.git
synced 2024-12-23 02:28:58 +00:00
Merge pull request #159 from cumanacr/master
An alternative with shorter hash, author and relative date added.
This commit is contained in:
commit
c358de0fcc
@ -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
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user