From 61ce9f69ea9f1a617659ad5760533fd67e0f0d5c Mon Sep 17 00:00:00 2001 From: Starfall Date: Fri, 17 Jul 2020 20:45:52 -0500 Subject: git: add the rest of our old aliases and config --- .config/git/config | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to '.config') 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 -- cgit