You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's a section with the same title in the README, but I'm somewhat confused as to the meaning of the following:
If this is to append to the parent branch, for now you'll have to use git rebase -i
As an example, I tried switching to the parent branch of a stack in one of my repositories, and added a commit there. Then I ran git stack --rebase, and the stack was updated correctly, without me having to use git rebase -i.
Is this expected? In which cases would I have to use rebase -i in addition to git stack --rebase?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
There's a section with the same title in the README, but I'm somewhat confused as to the meaning of the following:
As an example, I tried switching to the parent branch of a stack in one of my repositories, and added a commit there. Then I ran
git stack --rebase
, and the stack was updated correctly, without me having to usegit rebase -i
.Is this expected? In which cases would I have to use
rebase -i
in addition togit stack --rebase
?Beta Was this translation helpful? Give feedback.
All reactions