Skip to content

Commit

Permalink
Add gdhunity
Browse files Browse the repository at this point in the history
  • Loading branch information
GMadorell committed Jun 18, 2023
1 parent 912529c commit c1bc350
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -1021,6 +1021,7 @@ alias gdh7="git diff HEAD~7"
alias gdh8="git diff HEAD~8"
alias gdh9="git diff HEAD~9"
alias gdhs="git diff HEAD --stat"
alias gdhunity='git diff HEAD -- . ":(exclude)*.dwlt" ":(exclude)*.prefab" ":(exclude)*.unity" ":(exclude)*.meta" ":(exclude)*.asset" ":(exclude)*.png" ":(exclude)*.PNG" ":(exclude)*.dwlt"'
function gdmaster() { git diff remotes/origin/master..$(gcurrent_branch_name) }
alias gdm=gdmaster
alias gdmaster_name_status="gdmaster --name-status"
Expand Down

0 comments on commit c1bc350

Please sign in to comment.