Skip to content

Instantly share code, notes, and snippets.

@itsPG
Created April 20, 2015 12:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save itsPG/79cca18fc62d3bb85a59 to your computer and use it in GitHub Desktop.
Save itsPG/79cca18fc62d3bb85a59 to your computer and use it in GitHub Desktop.
gitconfig
[user]
name = PG
email = smartPG@gmail.com
[core]
editor = vim
[alias]
st = status
ci = commit
co = checkout
br = branch
df = diff --color-words='.'
wdf = diff --color-words
cp = cherry-pick
fp = format-patch
pr = pull --rebase
mg = merge
smg = merge --squash
la = log --graph --decorate --pretty=oneline --abbrev-commit --all
ll = log --graph --decorate --pretty=oneline --abbrev-commit
lf = log --stat --decorate --format=fuller abbrev-commit
[color]
ui = auto
diff = auto
status = auto
branch = auto
log = auto
[push]
default = simple
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment