📜  git force rebase abort - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:00.643000             🧑  作者: Mango

代码示例2
#The branches are like this
          A---B---C topic
         /
    D---E---F---G main
#git rebase  
git rebase master topic
# get moved forward on 
#NOTE: commits on  change their hash
                  A°--B°--C° topic
                 /
    D---E---F---G main