[ Please, don't top-post on this list ] Scott Meyer <dutchlab@xxxxxxxxx> writes: > The site is local to my laptop. I am attempting to establish a > development environment where I can view and test changes before > moving to production. OK, so you're doing web development, right? Then, the problem is unrelated from Git: your webserver looks at files on disk, not at the Git repository (i.e. whether your changes are staged in the index, commited, or totally outside Git does not change the result). My guess would be that you have two clones of the same project. -- Matthieu Moy http://www-verimag.imag.fr/~moy/ -- 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