about summary refs log tree commit diff
path: root/.config/git/config
diff options
context:
space:
mode:
Diffstat (limited to '.config/git/config')
-rw-r--r--.config/git/config5
1 files changed, 2 insertions, 3 deletions
diff --git a/.config/git/config b/.config/git/config
index 6be8b88..3848058 100644
--- a/.config/git/config
+++ b/.config/git/config
@@ -1,6 +1,6 @@
 [user]
 	email = us@starfall.systems
-	name = Starfall
+	name = Rabbit Whispers
 	signingkey = 541D770208F350CF2D8050BEBA9A53C969522B56
 [init]
 	defaultBranch = main
@@ -19,12 +19,11 @@
 ; probably also needs to checkout main or develop first
 	clean = !git remote prune origin && git branch | xargs git branch -d
 	force = push --force-with-lease
-	last = !got --no-pager show --abbrev-commit HEAD
+	last = !git --no-pager show --abbrev-commit HEAD
 	oops = commit --all --amend --no-edit
 	rebranch = !git checkout main && git pull && git checkout - && git rebase main
 	stashpull = !git stash && git pull && git stash pop
 	stat = status
 	tree = log --all --graph --oneline
-	unstage = restore --staged
 [gpg]
 	program = gpg