How to git

A full guide based on Atlassian branching model

Using the git-workflow method, in this document we explain some best practices and (naming) conventions on how to keep things organized and ‘easy’.

In this document, there are multiple references to git push --force related to rebasing on branches other than develop or master, please try to use git push –force-with-lease, or, when using my gitconfig, use git please :)

[Read More]