Adding tokens

This commit is contained in:
Agniva De Sarker
2017-12-17 18:41:23 +05:30
committed by GitHub
parent 118b617b1e
commit 93453fe542

View File

@@ -12,12 +12,12 @@
- Show commits since 1 week ago: - Show commits since 1 week ago:
`gitk --since="1 week ago"` `gitk --since={{"1 week ago"}}`
- Show commits older than 1/1/2016: - Show commits older than 1/1/2016:
`gitk --until="1/1/2015"` `gitk --until={{"1/1/2015"}}`
- Show at most 100 changes in all branches: - Show at most 100 changes in all branches:
` gitk --max-count=100 --all` ` gitk --max-count={{100}} --all`