मैंने git stash pop
मर्ज संघर्षों के साथ किया और समाप्त किया। मैंने फ़ाइल सिस्टम से फ़ाइलों को हटा दिया और git checkout
नीचे दिखाए अनुसार किया, लेकिन यह सोचता है कि फाइलें अभी भी अनमैरिड हैं। मैंने फिर फ़ाइलों को बदलने और git checkout
फिर से और उसी परिणाम को करने की कोशिश की । मैंने घटना को -f
झंडे के साथ मजबूर करने की कोशिश की । किसी भी सहायता की सराहना की जाएगी!
chirag-patels-macbook-pro:haloror patelc75$ git status
app/views/layouts/_choose_patient.html.erb: needs merge
app/views/layouts/_links.html.erb: needs merge
# On branch prod-temp
# Changes to be committed:
# (use "git reset HEAD <file>..." to unstage)
#
# modified: db/schema.rb
#
# Changed but not updated:
# (use "git add <file>..." to update what will be committed)
# (use "git checkout -- <file>..." to discard changes in working directory)
#
# unmerged: app/views/layouts/_choose_patient.html.erb
# unmerged: app/views/layouts/_links.html.erb
chirag-patels-macbook-pro:haloror patelc75$ git checkout app/views/layouts/_choose_patient.html.erb
error: path 'app/views/layouts/_choose_patient.html.erb' is unmerged
chirag-patels-macbook-pro:haloror patelc75$ git checkout -f app/views/layouts/_choose_patient.html.erb
warning: path 'app/views/layouts/_choose_patient.html.erb' is unmerged
git stash apply/pop
Git 2.5 (Q2 2015) के साथ आसान होना चाहिए, काम कर पेड़ अब साफ होने की जरूरत है के बाद से: देखने के लिए नीचे दिए गए मेरा उत्तर