Skip to content

Commit

Permalink
Add Gp for git pull and push
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxattax97 committed Aug 29, 2024
1 parent a24787a commit 822b9cb
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 @@ -1657,6 +1657,7 @@ zshrc_set_aliases() {
alias Gd='git diff'
alias Gds='git diff --staged'
alias Gp='git pull && git push'
alias Gpl='git pull'
alias Gpu='git push'
Expand Down

0 comments on commit 822b9cb

Please sign in to comment.