Skip to content

Commit

Permalink
Recursive pull
Browse files Browse the repository at this point in the history
  • Loading branch information
viallikavoo committed Apr 3, 2019
1 parent 01583c8 commit 540f154
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 @@ -20,6 +20,7 @@ source $HOME/.oh-my-zsh/custom/plugins/zsh-autosuggestions/zsh-autosuggestions.z

alias workspace='cd $HOME/Documents/MobileLife/Devops-Workspace'
workspace
ls | xargs -P10 -I{} git -C {} pull
alias push='git push'
alias pull='git pull'
alias status='git status'
Expand Down

0 comments on commit 540f154

Please sign in to comment.