aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjason2017-03-16 10:53:14 -0600
committerjason2017-03-16 10:53:14 -0600
commit06c2df048e46926799b331dfefd60d0045a95f8b (patch)
tree7fc0d33c5a331e9e6b2f1d7b426cba54893331f3
parent47cdbaf01e9309e99341599c5497b20724e875ea (diff)
downloaddotfiles-06c2df048e46926799b331dfefd60d0045a95f8b.tar.gz
dotfiles-06c2df048e46926799b331dfefd60d0045a95f8b.zip
Add git config
-rw-r--r--git/.gitconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/git/.gitconfig b/git/.gitconfig
new file mode 100644
index 0000000..ddb0166
--- /dev/null
+++ b/git/.gitconfig
@@ -0,0 +1,11 @@
1[github]
2 user = com4
3 oauth-token =
4[user]
5 name = jason
6 email = jason@zzq.org
7[alias]
8 permission-reset = "!git diff -p | grep -E \"^(diff|old mode|new mode)\" | sed -e \"s/^old/NEW/;s/^new/old/;s/^NEW/new/\" | git apply"
9[rerere]
10enabled = 1
11autoupdate = 1 \ No newline at end of file