Skip to content

Commit

Permalink
add courtesy alias to git diff --staged
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasLarson committed Jan 31, 2021
1 parent 7899c0b commit ecec951
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .oh-my-zsh/custom/aliases.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ gcom() {
gdm() {
git diff "$(git_default_branch)"
}
alias gsd='gds'

alias gfgs='git fetch --all --verbose && git status'
ggc() {
(command -v cleanup >/dev/null 2>&1 && cleanup)
Expand Down

0 comments on commit ecec951

Please sign in to comment.