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
> git rebase -i ABC~
> change pick to e for commits to update
> make changes what you want
> git commit -a --amend
> git rebase --continue
...
> git push -f