📜  git rebase continue - Shell-Bash 代码示例

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

代码示例3
#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