git checkout feature/id
git rebase -i origin/develop
pick
e
git commit --amend --no-verify
git rebase --continue
git fetch --all
git push -f origin/feature/id
Last updated 4 months ago