I am currently pushing my project to a local folder that is accessed by Dropbox. That's my backup and safety strategy. I am wondering if I can add another layer of security so that if someone gets a hold of my Dropbox folder, they would have to enter a password to pull the project. That would happen by specifying a password when I am adding a new remote, such as
~/project $ git remote <some string password> add origin ~/Dropbox/git/project.git
Is this possible, or am I overthinking it?