Skip to content

Instantly share code, notes, and snippets.

@EricBatlle
Created August 12, 2020 16:00
Show Gist options
  • Save EricBatlle/b95aa821f53c1960edeeb4337134d401 to your computer and use it in GitHub Desktop.
Save EricBatlle/b95aa821f53c1960edeeb4337134d401 to your computer and use it in GitHub Desktop.
How to create a new branch from an existing commit (Code number == SHA Code of the commit)
git checkout -b newBranchName a9c146a09505837ec03b
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment