大家好,我試圖從 origin master 重新定位本地分支
腳步
git pull origin master
git checkout driver_management
git rebase master
git add .
git rebase --continue
同時執行 git rebase --continue cmd 獲取此訊息
added new fields in driver model #67
# Please enter the commit message for your changes. Lines starting
# with '#' will be ignored, and an empty message aborts the commit.
#
# interactive rebase in progress; onto 62effa7
# Last commands done (3 commands done):
# pick 9e6cbf8 added urls for token authonetication web api #67
# pick e472943 added new fields in driver model #67
# Next command to do (1 remaining command):
# pick d6dcca9 fixed driver form new field added
# You are currently rebasing branch 'driver_management' on '62effa7'.
#
# Changes to be committed:
# modified: fleet/forms.py
# new file: fleet/migrations/0091_auto_20220107_1046.py
# modified: fleet/models.py
# modified: fleet/templates/hiringprocess/driver_allocationform.html
# modified: fleet/templates/hiringprocess/edit_drivers.html
# modified: fleet/views.py
#
~
~
E:/10dec_everestfleet/everest_jarvis/.git/COMMIT_EDITMSG [unix] (15:08 14/01/2022)
我不知道接下來會做什么,我被困在那里
uj5u.com熱心網友回復:
您在問題中粘貼其文本的視窗只是在進行提交并繼續 rebase 之前要求提交訊息的手動暫停。如果您對編輯器中已經存在的提交訊息感到滿意,只需執行,ESC然后SHIFT 。如果要先編輯該提交訊息,請執行 ,進行編輯,然后使用上述命令保存并關閉視窗。:wqENTERSHIFTI
轉載請註明出處,本文鏈接:https://www.uj5u.com/gongcheng/411245.html
標籤:
