Initial commit

This commit is contained in:
Gregory Eremin
2013-01-19 17:18:29 +04:00
commit f3123a736d
29 changed files with 412 additions and 0 deletions
+29
View File
@@ -0,0 +1,29 @@
[hub]
protocol = https
[user]
name = Gregory Eremin
email = magnolia_fan@me.com
[credential]
helper = osxkeychain
[alias]
co = checkout
br = checkout -b
st = status -sb
ci = commit -m
ca = commit -am
[color]
diff = auto
status = auto
branch = auto
ui = true
[core]
excludesfile = ~/.gitignore
editor = subl -n -w
[apply]
whitespace = nowarn
[mergetool]
keepBackup = false
[difftool]
prompt = false
[help]
autocorrect = 1
+3
View File
@@ -0,0 +1,3 @@
.DS_Store
.bundle
.rake_tasks