aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBlake Romero <blake@blkrom.com>2024-10-31 15:27:31 +0000
committerBlake Romero <blake@blkrom.com>2024-10-31 15:27:31 +0000
commit122be58c463014c64ed9368cdd47806af8ec4daf (patch)
treef4d3d94eb0a780ec8eb478cbee3ffafc9430a49c
parent8ea1428eaa2ad4809f1b7dec8386ce96cf85d0bb (diff)
Add unstage changes alias to git
-rw-r--r--dot-config/git/config1
1 files changed, 1 insertions, 0 deletions
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