1
0
Fork 0

Autocommitted updated scripts from mari-wovn

main
Mari 5 years ago
parent 0c20123bcf
commit cafa3facf8
  1. 13
      per-host/mari-wovn/.bash_aliases

@ -54,11 +54,14 @@ function get_remote_branch_name() {
} }
function wovn_pull() { function wovn_pull() {
printf "=== Retrieving the latest data from the repository...\n" (
git fetch --all || return "$?" cd "~/equalizer.git"
git rebase origin/develop_front develop_front || return "$?" printf "=== Retrieving the latest data from the repository...\n"
git rebase origin/develop develop || return "$?" git fetch --all || return "$?"
git rebase origin/master master || return "$?" git rebase origin/master master || return "$?"
git rebase origin/develop develop || return "$?"
git rebase origin/develop_front develop_front || return "$?"
)
} }
function wovn_update() { function wovn_update() {

Loading…
Cancel
Save