about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--.config/git/config11
-rw-r--r--README.md3
2 files changed, 12 insertions, 2 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
diff --git a/README.md b/README.md
index f57a857..6020721 100644
--- a/README.md
+++ b/README.md
@@ -37,10 +37,9 @@ END >> /etc/ssh/sshd_config
   * zsh-history-substring-search 
   * zsh-autosuggestions
 * fortune
-* grab our old git config
 * neovim and port our old vim config
 * firefox lockwise
 * autoupdates
 * krita and tablet support
 * call out things that were preinstalled here - git, firefox, python
-* turn all of this stuff into 
+* turn all of this stuff into an ansible playbook or something else automatable