Created
April 15, 2015 17:47
-
-
Save speg/68e5e0a582612211b408 to your computer and use it in GitHub Desktop.
gitconfig
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[user] | |
name = Steve | |
email = [email protected] | |
[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