File tree 2 files changed +8
-7
lines changed
2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "latitude":45.782132 ,
3
- "longitude":-108.505026 ,
2
+ "latitude":45.782075 ,
3
+ "longitude":-108.505064 ,
4
4
"altitude":0.000000,
5
- "horizontalAccuracy":114 .000000,
5
+ "horizontalAccuracy":172 .000000,
6
6
"verticalAccuracy":-1.000000
7
7
}
Original file line number Diff line number Diff line change 1
1
# git-gps
2
2
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.
5
4
6
5
Currently only works on OS X.
7
6
@@ -16,14 +15,16 @@ hooks, this is now possible.
16
15
Build the git-gps project, and put the resulting git-gps binary in
17
16
` /usr/local/bin ` .
18
17
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:
20
20
21
21
``` sh
22
22
git-gps init
23
23
```
24
24
25
25
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.
27
28
28
29
This is very alpha-level software, so please file issues, etc.
29
30
You can’t perform that action at this time.
0 commit comments