From 216e06028d48ffea3ade544cb442ad506efff2a8 Mon Sep 17 00:00:00 2001 From: Rabbit Whispers Date: Thu, 1 May 2025 21:27:23 -0500 Subject: git: remove 'unstage' which i never use, fix 'last' --- .config/git/config | 3 +-- 1 file changed, 1 insertion(+), 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 -- cgit