diff options
-rwxr-xr-x | zscripts/nicegit.zsh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/zscripts/nicegit.zsh b/zscripts/nicegit.zsh index f9be202..3538284 100755 --- a/zscripts/nicegit.zsh +++ b/zscripts/nicegit.zsh @@ -6,6 +6,7 @@ alias \ gph="git push" \ gl="git log" \ gs="git status" \ + gdfs="git diff --staged" \ gldaily='git log --pretty="format:- %s" --after="00:00" --before="24:00"' \ |