This command. git add --force /Users/chris/Sites/mattSchubert/public/css/browserfix.css => "Crappy Error" Yields this error. fatal: '/Users/chris/Sites/mattSchubert/public/css/browserfix.css' is outside repository This command does gives the same error. git add --force /public/css/browserfix.css => "Same error" But this command, works. Why? git add --force public/css/browserfix.css => "Works yeah" This is an issue since Gitbox my graphical client uses full paths for it's commands. This began happening after I use the "bundle install" command after adding 'dm-postgres-adapter' to my gem file. Ideas on fixing this? -- Chris Sent with Sparrow (http://www.sparrowmailapp.com) -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html