about summary refs log tree commit diff
path: root/.config/git
diff options
context:
space:
mode:
authorRabbit Whispers <us@starfall.systems>2025-05-01 21:27:23 -0500
committerRabbit Whispers <us@starfall.systems>2025-05-01 21:27:23 -0500
commit216e06028d48ffea3ade544cb442ad506efff2a8 (patch)
treeae0f8a0e6b5b63f59d3b77602a4144cbab709bd5 /.config/git
parent0bf7726d48ed8e2f8394e1b67488dc3fa6d92614 (diff)
git: remove 'unstage' which i never use, fix 'last' HEAD main
Diffstat (limited to '.config/git')
-rw-r--r--.config/git/config3
1 files changed, 1 insertions, 2 deletions
diff --git a/.config/git/config b/.config/git/config
index bfc13b6..3848058 100644
--- a/.config/git/config
+++ b/.config/git/config
@@ -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