Git cheat sheet
First Aid kit for Git
In case of reverting git push:
Checkout for more information: https://stackoverflow.com/questions/1270514/undoing-a-git-push
Changing your name and email globally:
Check your Git configs:
Prepare release flow example:
Last updated