Skip to content

Commit ff7aa8d

Browse files
committed
Adding mention of geocommit.
1 parent 58a4668 commit ff7aa8d

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

.git-gps

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

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,10 @@ it to the commit.
2929
This is very alpha-level software, so please file issues, etc.
3030

3131
Patches welcome!
32+
33+
## Similar Projects
34+
35+
After writing this, I found out about [geocommit](https://github.com/peritus/geocommit), which does something very
36+
similar, except using git notes. The notes approach keeps the geo coordinates
37+
local until explicitly synced with the git remote. So, that would be more
38+
appropriate if you're concerned about privacy.

0 commit comments

Comments
 (0)