summaryrefslogtreecommitdiff
path: root/git
diff options
context:
space:
mode:
Diffstat (limited to 'git')
-rw-r--r--git/config16
-rw-r--r--git/work.inc3
2 files changed, 19 insertions, 0 deletions
diff --git a/git/config b/git/config
new file mode 100644
index 0000000..f34c656
--- /dev/null
+++ b/git/config
@@ -0,0 +1,16 @@
+[alias]
+ st = status
+ co = checkout
+ ci = commit
+ br = branch
+ sw = switch
+[push]
+ autoSetupRemote = true
+[core]
+ editor = nvim
+ autocrlf = input
+[fetch]
+ prune = true
+
+[includeIf "gitdir:~/projects/"]
+ path = ./work.inc
diff --git a/git/work.inc b/git/work.inc
new file mode 100644
index 0000000..70629a7
--- /dev/null
+++ b/git/work.inc
@@ -0,0 +1,3 @@
+[user]
+ email = alexey.mikhailenko@developertools.com
+ name = Alexey Mikhailenko