Skip to content

Instantly share code, notes, and snippets.

@speg
Created April 15, 2015 17:47
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 speg/68e5e0a582612211b408 to your computer and use it in GitHub Desktop.
Save speg/68e5e0a582612211b408 to your computer and use it in GitHub Desktop.
gitconfig
[user]
name = Steve
email = hiemsts@navcanada.ca
[push]
default = simple
[filter "hawser"]
clean = git hawser clean %f
smudge = git hawser smudge %f
required = true
[core]
fileMode = false
[alias]
ah = add -p
lg = log --graph --decorate --pretty=oneline --abbrev-commit
[pull]
rebase = true
[apply]
whitespace = warn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment