Dne Tue, 25 May 2010 21:14:38 +0200 Piotr Przybylski piotr.prz@gmail.com napsal(a):
2010/5/25 Michal Čihař michal@cihar.com:
Hi
Dne Mon, 24 May 2010 22:00:39 +0200 Piotr Przybylski piotr.prz@gmail.com napsal(a):
3a. create ~/.ssh/config with contents: Host repo.or.cz User your_repoorcz_username 4. console: git remote add gsoc ssh://repo.or.cz/srv/git/phpmyadmin/yourfork.git git checkout master git push gsoc master (now a big push takes place, about 100 MB)
Okay, this should not happen, but I just reproduced it and asking repo.or.cz admins about it. You should push just the changes which are not in the original repository.
Ok... please let me know when you learn something, I will recreate my repository.
Once you pushed it, the change won't help you. The only difference would be that the initial push would not be that big (you should need to push only your changes, not the whole history).