Skip to content

Instantly share code, notes, and snippets.

@Dan1el42
Last active August 29, 2015 14:19
Show Gist options
  • Select an option

  • Save Dan1el42/f856523a103b3dc83afe to your computer and use it in GitHub Desktop.

Select an option

Save Dan1el42/f856523a103b3dc83afe to your computer and use it in GitHub Desktop.
Git Default Setup
git config --global push.default simple
git config --global pull.rebase true
git config --global rerere.enabled true
git config --global color.ui true
git config --global alias.s "status -s"
git config --global alias.lg "log --oneline --decorate --all --graph"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment