Skip to content

Instantly share code, notes, and snippets.

@rdubigny
Last active June 7, 2017 15:52
Show Gist options
  • Save rdubigny/673ac53edbe967f8efab to your computer and use it in GitHub Desktop.
Save rdubigny/673ac53edbe967f8efab to your computer and use it in GitHub Desktop.
[user]
name = My Name
email = [email protected]
[color]
branch = auto
diff = auto
interactive = auto
status = auto
ui = auto
[core]
editor = vim
[push]
default = current
[alias]
st = status
lg = log -M --decorate --graph --oneline
cm = commit -m
cia = commit --amend
pur = pull --rebase
br = branch
co = checkout
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment