about summary refs log tree commit diff
path: root/.config/git
diff options
context:
space:
mode:
Diffstat (limited to '.config/git')
-rw-r--r--.config/git/config11
1 files changed, 11 insertions, 0 deletions
diff --git a/.config/git/config b/.config/git/config
index e6cebbf..8ddda03 100644
--- a/.config/git/config
+++ b/.config/git/config
@@ -3,3 +3,14 @@
 	name = Starfall
 [init]
 	templateDir = ~/.config/git/template
+[log]
+	mailmmap = true
+[pull]
+	rebase = true
+[rebase]
+	autosquash = true
+[alias]
+	oops = commit --all --amend --no-edit
+	stashpull = !git stash && git pull && git stash pop
+	stat = status
+	tree = log --all --graph --oneline