Forked from: https://github.com/tj/git-extras/
Instead of contributing my way of thinking i will
- adapt the code to fix problems that i have
- see how it works for me.
re-install.shgit fetch origin
git tag --sort=v:refname | tail
NEW_TAG=7.4.0 # <-- update this to the latest tag
git co tomsit-master
git branch origin-$NEW_TAG $NEW_TAG
git rebase $NEW_TAG
# resolve conflicts
#update the PR https://github.com/elonderin/git-extras/pull/3 base to the new origin-$NEW_TAG
re-install.sh