Git отправляет огромное количество данных после ветки

I have a repository with lots of binary files (about 250MB) - I don't know if that is important.

I'm making a new branch and trying to publish it on the central server:

git checkout -b newbranch
git push origin newbranch:newbranch

Now here, git is trying to push 30MB of data to the server. Почему?? Нет никаких изменений.

Также пытался сделать бандл:

git bundle afile master..newbranch
fatal: Refusing to create empty bundle.

Что не так?

7
задан stach 14 April 2011 в 09:54
поделиться