From 122be58c463014c64ed9368cdd47806af8ec4daf Mon Sep 17 00:00:00 2001 From: Blake Romero Date: Thu, 31 Oct 2024 15:27:31 +0000 Subject: Add unstage changes alias to git --- dot-config/git/config | 1 + 1 file changed, 1 insertion(+) diff --git a/dot-config/git/config b/dot-config/git/config index 7b24d51..ded9c96 100644 --- a/dot-config/git/config +++ b/dot-config/git/config @@ -10,3 +10,4 @@ update = add --update pop = stash pop amend = commit --amend + unstage = restore --staged -- cgit