Hi all, 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 --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
