Tags
How to delete a local tag
git tag -d tagname
How to delete a remote tag
git push origin :tagname
Save Credentials
In Windows
* git credential store [https://gitcredentialstore.codeplex.com/]
Rebase 2 Commits
For example, to rebase the last 2 commits on branch xyz-123 onto master
git checkout