Skip to content

Commit 58a4668

Browse files
committed
Better wording.
1 parent 2033cea commit 58a4668

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

.git-gps

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"latitude":45.782132,
3-
"longitude":-108.505026,
2+
"latitude":45.782075,
3+
"longitude":-108.505064,
44
"altitude":0.000000,
5-
"horizontalAccuracy":114.000000,
5+
"horizontalAccuracy":172.000000,
66
"verticalAccuracy":-1.000000
77
}

README.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# git-gps
22

3-
A set of functionality to track commits in a git repository by GPS
4-
coordinates.
3+
A tool to track commits in a git repository by GPS coordinates.
54

65
Currently only works on OS X.
76

@@ -16,14 +15,16 @@ hooks, this is now possible.
1615
Build the git-gps project, and put the resulting git-gps binary in
1716
`/usr/local/bin`.
1817

19-
Now, to start logging GPS on checkins in a checkout of a git repo, run:
18+
Now, to start logging GPS on checkins in a checkout of a git repo, go to
19+
your repo and run:
2020

2121
```sh
2222
git-gps init
2323
```
2424

2525
Then, each time you commit to the repo, a post-commit hook will be run
26-
which updates the `.git-gps` file at the root of the repository.
26+
which updates the `.git-gps` file at the root of the repository and adds
27+
it to the commit.
2728

2829
This is very alpha-level software, so please file issues, etc.
2930

0 commit comments

Comments
 (0)