git - не работает друпал = Updates were rejected because the tip of your current branch is behind hint: its remote counterpart. Merge the remote changes (e.g. 'git pull')

Оперативное решение (о причине здесь)=
используем

git push origin master

перед каждым

git pull origin master

))
и всё)

подробнее здесь = http://stackoverflow.com/questions/10298...
вот мои потуги))) =

Microsoft Windows XP [Версия 5.1.2600]
(С) Корпорация Майкрософт, 1985-2001.

C:\Documents and Settings\Admin>cd
C:\Documents and Settings\Admin

C:\Documents and Settings\Admin>cd C:\apache\www\ku\sites\all\modules\my\light_b
ook

C:\apache\www\ku\sites\all\modules\my\light_book>git add -A

C:\apache\www\ku\sites\all\modules\my\light_book>git commit -m "Initial commit."

# On branch master
nothing to commit (working directory clean)

C:\apache\www\ku\sites\all\modules\my\light_book>git remote add origin vedro-com
pota@git.drupal.org:sandbox/vedro-compota/1747896.git

C:\apache\www\ku\sites\all\modules\my\light_book>git push origin master
vedro-compota@git.drupal.org's password:
To vedro-compota@git.drupal.org:sandbox/vedro-compota/1747896.git
! [rejected] master -> master (non-fast-forward)
error: failed to push some refs to 'vedro-compota@git.drupal.org:sandbox/vedro-c
ompota/1747896.git'
hint: Updates were rejected because the tip of your current branch is behind
hint: its remote counterpart. Merge the remote changes (e.g. 'git pull')
hint: before pushing again.
hint: See the 'Note about fast-forwards' in 'git push --help' for details.

C:\apache\www\ku\sites\all\modules\my\light_book>