Im new to git :)

I have a repo which I have exposed via http at careerinsight.org/
git_repo/InAJiffy/ so that other who need to access it via http have a
way to get to it

Now I am able to clone the git repo locally (without http) and also
via http

# clone over http
git clone http://careerinsight.org/git_repo/InAJiffy/ IAJ1
# clone locally on the same m/c
git clone git_repo/InAJiffy/ IAJ2

Now strangely enough all my new changes are there in the clone done
locally - but the clone over http seems to be an old one

# git branch shows master in both places
$ git branch
* master

# git log shows diff stuff in both places
Its obvious that the http clone is an older version. I can see that
git log --stat is very diff for both

Please help !!! Im confused
1. Why are the 2 cloned repos different
2. How can I tell the clone over http command to get the same stuff as
the clone done locally

Thanks a ton in advance

-- 
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-users@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