Repo'mda master
şubem ve new
şubem var.! [reddedildi] ana -> yeni (up-to-date) şubedeki ana (hızlı ileri sarma)
Bir süredir new
üzerinde çalışıyorum, işleri yapıyorum ve gittiğim gibi iter. Şimdi new
'u kapatmaya karar verdim ve newest
'u arayın. Bu yüzden
git checkout -b "newest"
yaptı ve şube başarıyla oluşturuldu. Bir dosya ekledim ve üzerinde çalışmaya başladım. Değişikliklerimi birkaç kez yaptım. talimatlarında belirtildiği gibi
C:\wamp\www\myproj>git push origin
To https://github.com/Imray/Proj.git
! [rejected] master -> master (non-fast-forward)
! [rejected] new -> new (non-fast-forward)
error: failed to push some refs to 'https://github.com/Imray/Proj.git'
hint: Updates were rejected because a pushed branch tip is behind its remote
hint: counterpart. Check out this branch and integrate the remote changes
hint: (e.g. 'git pull ...') before pushing again.
hint: See the 'Note about fast-forwards' in 'git push --help' for details.
yani, ben git pull
çalıştı, ama sonra aldı: ben origin
için kendisine bu yeni şube ve benim değişiklikleri bastırmaya çalışırken
ANCAK, bu hatayı alıyorum: ( )
Yeni şubemi ve değişiklikleri github
'a nasıl yüklerim?