Garmin nuvi 780 help!

November 14, 2009

I own a garmin nuvi 780 which i use for geocachng mostly. one of the things that bothers me about it though is that you can’t add notes or comments to favorites. it would make geocaching a lot better since you could add hints as to where to find the cache. is there anyone out there that know how to add a comment or a description to a favorite on the garmin nuvi 780?

Just a quick little git and Wheels tip. Most of the time, you might only want to track your plugins .zip file in your repo and ignore the plugin’s unpacked directory since it’s pretty much redundant to track both. In order to do this, create a .gitignore file where your .git directory lives. In it add the following:

plugins/**/*

What that does is essentially tells git to ignore any subdirectories off the main plugin directory.