I prefer lugnuts with boiling oil if I’m out and about.
I prefer lugnuts with boiling oil if I’m out and about.
They’re Bluetooth beacons. Basically they transmit a very low power signal that any nearby iPhone (I think Android phones do it too now, but I’m not certain) can pick up. When a phone receives the signal it sends the information about the tag and the phone’s current location to the central server. You can then track the tag from there.
There are multiple copies of your files; the obvious one is your ‘working copy’, which is just the files on your machine that you work on. The second copy is in your local object store (in the .git directory). Git stores the committed data and it’s metadata there. Then there’s the remote copy on your git server if you push your commits to one.
Git uses the difference between the data in your ‘working copy’ and your object store to work out what you’ve changed and so needs commiting.