How to do a rebase with git gui?

后端 未结 4 684
独厮守ぢ
独厮守ぢ 2021-01-31 07:42

I know how to do a git rebase from the command line, but how do you do it with the official git-gui?

4条回答
  •  故里飘歌
    2021-01-31 08:11

    git gui can be used to add files to the index when doing a rebase --interactive (as mention in thegit rebase man page, The GitHub rebase help page or in this git rebase interactive tip article), but not to perform the rebase itself.
    (unless, as you saw, you define the command yourself in the Tools section)

提交回复
热议问题