On Sun, May 10, 2009 at 11:31:32AM -0700, tome wrote: > > I'm cutting my teeth with git and have a strange issue. I have git > set up on my hosting account, created a clone on my local system. I > add a file, abc.txt, on my local system, commit on master and push. I > expect to see abc.txt on my hosting account, don't get any errors > during push. Check filesystem on hosting account but the added file > is not there. SSH to hosting account do a $git status and get this: > > # On branch master > # Changes to be committed: > # (use "git reset HEAD <file>..." to unstage) > # > # deleted: abc.txt > # > > why is added file showing as deleted, am I missing something here?? > > Thanks > T
http://git.or.cz/gitwiki/GitFaq#head-b96f48bc9c925074be9f95c0fce69bcece5f6e73 http://www.gitready.com/advanced/2009/02/01/push-to-only-bare-repositories.html http://toroid.org/ams/git-website-howto The first links to a post-update hook that might help you out. -- David --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
