Skip to content

Commit

Permalink
adding git commands for dev server
Browse files Browse the repository at this point in the history
  • Loading branch information
Adidi committed Jan 11, 2017
1 parent ff02989 commit fe6904d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions zsh/includes/aliases.sh
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,15 @@ alias gfp='git format-patch --stdout > patch'
alias fetch="git fetch origin master"
alias fetchp="git fetch prod master"
alias fetchs="git fetch stg master"
alias fetchd="git fetch dev master"

alias pushs="git push stg master"
alias pushp="git push prod master"
alias pushd="git push dev master"

alias pulls="git pull stg master"
alias pullp="git pull prod master"
alias pulld="git pull dev master"

# Additional binaries

Expand Down

0 comments on commit fe6904d

Please sign in to comment.