We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Basically follow this: http://rogerdudler.github.io/git-guide/
ESSENTIAL: Only push to current branch
git config --global push.default current
ESSENTIAL: Set up rebasing (no Merge commits)
git config branch.autosetuprebase always git config branch.master.rebase true git config branch.dev.rebase true
OPTIONAL: Neat little prettifying tool
gem install git-up
A Python version is also available, with Windows support.
# pip install git-up