summaryrefslogtreecommitdiff
path: root/user/.gitconfig
diff options
context:
space:
mode:
Diffstat (limited to 'user/.gitconfig')
-rw-r--r--user/.gitconfig27
1 files changed, 27 insertions, 0 deletions
diff --git a/user/.gitconfig b/user/.gitconfig
new file mode 100644
index 0000000..7019689
--- /dev/null
+++ b/user/.gitconfig
@@ -0,0 +1,27 @@
+[user]
+ email = duskcoder@gmail.com
+ name = Olivier Gayot
+[color]
+ ui = true
+[alias]
+ st = status -s
+ cp = cherry-pick
+ co = checkout
+ ci = commit
+ amend = commit --amend
+
+ abort = rebase --abort
+ skip = rebase --skip
+ continue = rebase --continue
+
+ g = grep
+ d = diff
+ b = branch
+[push]
+ default = simple
+
+[sendemail]
+ smtpserver = smtp.gmail.com
+ smtpserverport = 587
+ smtpencryption = tls
+ from = duskcoder@gmail.com