Skip to content

Instantly share code, notes, and snippets.

@mknxdev
Last active December 4, 2015 08:59
Show Gist options
  • Save mknxdev/0af150be0b64f54ce4a4 to your computer and use it in GitHub Desktop.
Save mknxdev/0af150be0b64f54ce4a4 to your computer and use it in GitHub Desktop.
GitConfig
[user]
email = paul.guzdariviere@djit.fr
name = pguzda
[alias]
st = status
ci = commit
cia = commit --amend
co = checkout
br = branch
chuck-norris = push -f
pop = stash pop
[color]
ui = true
[core]
autocrlf = input
editor = sub -n -w
[push]
default = simple
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment