Created
March 25, 2016 16:09
-
-
Save cie/bbe0de8df9cc796c3eea to your computer and use it in GitHub Desktop.
This file contains hidden or 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 = Bernát Kalló | |
email = [email protected] | |
[core] | |
askpass = /bin/echo | |
editor = vim | |
whitespace = off | |
pager = view - | |
[advice] | |
statusuoption = false | |
[color] | |
ui = true | |
[alias] | |
unstage = reset HEAD | |
web = log --oneline --graph --all --decorate -100 | |
export = ls-files | rsync . --files-from=- | |
co = checkout | |
ci = commit | |
ca = commit -a | |
st = status | |
[push] | |
default = simple |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment