[ Please, don't top-post on this list ]

Scott Meyer <dutch...@gmail.com> 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 majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to