I have a git repo on my Dropbox,
I am using Ubuntu,
I have a project which I've cloned via
git clone blablabla/Dropbox/blablabla.git
and I've pushed for like 500 times to that but all I can pull now from another machine is like first 400
also my blablabla/Dropbox/blablabla.git file is smaller than my local
/var/www/blablabla/.git
so I guess some files aren pushed and so it seems when I've cloned
blablabla/Dropbox/blablabla.git
from another machine
so how can I properly push now on the first machine so I can pull from the second
I also have branches
plus git push dropbox
shows Up to date
Help?
I think I can put that
/var/www/blablabla/.git
on dropbox and clone that but what have I did wrong on the first machine plus I want to be able to normally push so it makes changes, this worked some time before (I have some changes but last 100 commits lost)