diff --git a/zshrc b/zshrc index 333ba66..0c80e46 100644 --- a/zshrc +++ b/zshrc @@ -185,6 +185,8 @@ alias ggdiff='git diff' alias ggwdiff='git diff --color-words=. --patience' ### Add changes to index alias ggadd='git add' +### Restore changes to be committed +alias ggrestore='git restore --staged' ### Remove files from the index alias ggrm='git rm' ### Move or rename file