Skip to content

Instantly share code, notes, and snippets.

@gacarrillor
Last active December 6, 2022 14:13
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gacarrillor/3d7ca3969c21325952c4f6b63b5056a9 to your computer and use it in GitHub Desktop.
Save gacarrillor/3d7ca3969c21325952c4f6b63b5056a9 to your computer and use it in GitHub Desktop.
  • RESET SOFT

    git reset --soft HEAD~1

  • REBASE

    git pull --rebase upstream master

    git push -f origin newfeature

  • TOKEN

    git remote set-url origin https://[NEW_TOKEN]@github.com/[ORGANISATION]/[REPO].git

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment