“отвергнутый мастер -” Ответ

Отклоненный Мастер-> Мастер (незабываемый)

# if you updated your files on github.com so may be thats its asking first pull
# request then your push the request.
# so Very simple first:
# not use -f 
git pull origin master
# then
git push origin master
bilalahmed_dev

Отклоненный Мастер-> Мастер (незабываемый)

git push -f origin master !!This is never a recommended use of git. This will overwrite changes on the remote. Only do this if you know 100% that your local changes should be pushed to the remote master.
Fancy Fox

Ответы похожие на “отвергнутый мастер -”

Вопросы похожие на “отвергнутый мастер -”

Больше похожих ответов на “отвергнутый мастер -” по Shell/Bash

Смотреть популярные ответы по языку

Смотреть другие языки программирования