Rename project for better visibility.
This commit is contained in:
parent
4cffd5bb66
commit
c9a413a1d6
2 changed files with 6 additions and 6 deletions
12
README.md
12
README.md
|
@ -1,5 +1,5 @@
|
|||
TimeTrack-Log for Git
|
||||
=====================
|
||||
TimeCost for Git
|
||||
================
|
||||
|
||||
Use git logs to give an estimation of spent time on your projects.
|
||||
|
||||
|
@ -8,7 +8,7 @@ Installation
|
|||
------------
|
||||
|
||||
* Clone the project somewhere
|
||||
* Copy the ''bin/git-timetrack-log'' file in ''/usr/local/bin''
|
||||
* Copy the ''bin/git-timecost'' file in ''/usr/local/bin''
|
||||
|
||||
Usage
|
||||
-----
|
||||
|
@ -16,7 +16,7 @@ Usage
|
|||
To get the total time spent on your git project
|
||||
|
||||
```
|
||||
$ git timetrack-log
|
||||
$ git timecost
|
||||
|
||||
[...]
|
||||
|
||||
|
@ -32,7 +32,7 @@ TOTAL: 3.36 hours
|
|||
To get the time spent on your project since a given date
|
||||
|
||||
```
|
||||
$ git timetrack-log -d 2013-03-01
|
||||
$ git timecost -d 2013-03-01
|
||||
set date filter to 2013-03-01
|
||||
(1.0) 2013-09-23T13:02:39+02:00 - 2013-09-23T14:02:39+02:00
|
||||
* Glenn Y. Rolland <glenux@glenux.net>
|
||||
|
@ -43,6 +43,6 @@ TOTAL: 1.00 hours
|
|||
|
||||
For other possibilities
|
||||
```
|
||||
$ git timetrack-log -h
|
||||
$ git timecost -h
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue