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 origin/HEAD --autostash
find the needed commit and change pick to e (short for edit)
save and exit
Then git reset HEAD~
If you run git status you can see the changes are unstaged
Then gotopkg sckit-image and git add and git commit as normal, then do the same for the second split
Tthen git rebase --continue and git push --force-with-lease
The text was updated successfully, but these errors were encountered:
git rebase -i origin/HEAD --autostash
find the needed commit and change pick to e (short for edit)
save and exit
Then
git reset HEAD~
If you run
git status
you can see the changes are unstagedThen
gotopkg sckit-image
andgit add
andgit commit
as normal, then do the same for the second splitTthen
git rebase --continue
andgit push --force-with-lease
The text was updated successfully, but these errors were encountered: