I have a server where I setup a git repo.  I cloned it on my local dev
machine.  I add and delete some files and commit them on my local
repo.  Then I push the commit to the server origin repo.  All the
files I deleted in the local repo still appear in the server repo
structure, and all the files I added in my local repo do not appear on
the server structure.  I open up gitk on the server repo and it shows
that my local commit was pushed to the server.  It lists all the files
that I added/deleted, but nothing is reflected in the server folder
structure.  It looks untouched.

Am I doing something wrong here?  How can I get my local commit pushes
to change the server repo structure?

Thanks,

Matt

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To post to this group, send email to git-us...@googlegroups.com.
To unsubscribe from this group, send email to 
git-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/git-users?hl=en.

Reply via email to