Skip to content

Instantly share code, notes, and snippets.

@addicted2sounds
Last active September 12, 2015 06:45
Show Gist options
  • Save addicted2sounds/fc4f9d92d2529087105f to your computer and use it in GitHub Desktop.
Save addicted2sounds/fc4f9d92d2529087105f to your computer and use it in GitHub Desktop.
Git config
git config --global alias.s status
git config --global rerere.enabled true
git config --global alias.lg "log --oneline --decorate --all --graph"
git config --global merge.ff false
git config branch.master.mergeoptions "--no-ff"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment