Skip to content

Instantly share code, notes, and snippets.

@tiagoporto
Last active July 9, 2021 22:55
Show Gist options
  • Save tiagoporto/92e084c6ce8f0dffb7c68f2f027eef10 to your computer and use it in GitHub Desktop.
Save tiagoporto/92e084c6ce8f0dffb7c68f2f027eef10 to your computer and use it in GitHub Desktop.
# Set git editor
# [core]
# editor = "code-insiders --wait"
# Rebase first commit
git rebase -i --root
# or from a specific commit
git rebase -i HEAD~10
git reset HEAD~
git add .
git commit -m "Message" logos"
git rebase --continue
git push --force
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment