Skip to content

Instantly share code, notes, and snippets.

@MarcosX
Last active October 12, 2015 04:18
Show Gist options
  • Save MarcosX/3969565 to your computer and use it in GitHub Desktop.
Save MarcosX/3969565 to your computer and use it in GitHub Desktop.
Alias and configurations to help using git
[alias]
st = status -s -b
co = checkout
ci = commit -m
lg = log --graph --pretty=oneline --abbrev-commit --decorate
timeline = log --graph --branches --pretty=oneline --decorate --abbrev-commit
[color]
status = auto
diff = auto
branch = auto
interactive = auto
ui = true
[branch]
autosetuprebase = always
[push]
default = tracking
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment