On May 7, 8:34 am, Matt Palermo <[email protected]> wrote: > 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?
Most probably your workflow is broken: https://git.wiki.kernel.org/index.php/GitFaq#Why_won.27t_I_see_changes_in_the_remote_repo_after_.22git_push.22.3F -- 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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/git-users?hl=en.
