Skip to content

Instantly share code, notes, and snippets.

@rodleviton
Last active April 21, 2016 01:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rodleviton/2dc228e8c8986bf12ad10107cbcb06da to your computer and use it in GitHub Desktop.
Save rodleviton/2dc228e8c8986bf12ad10107cbcb06da to your computer and use it in GitHub Desktop.

Delete Git local branch

git branch -D branch_name

NPM specific release version from Github

git+ssh://git@github.com:rodleviton/module.git#v1.0.0

Rebase to master

git reset --soft e867bec39b88ab655200786eb07bbb6c8be2708c~1

git cz

git rebase -i master

git rebase --continue

git push -f

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