1
0
Fork 0

Autocommitted updated scripts from mari-wovn

main
Mari 5 years ago
parent a4f2a01488
commit e1fe674ead
  1. 2
      per-host/mari-wovn/.bash_aliases

@ -59,7 +59,7 @@ function update_branch() {
set -o nounset
set -o pipefail
printf "=== Updating the branch...\n"
git fetch --all --prune || exit "$?"
git fetch --all || exit "$?"
git pull --rebase || exit "$?"
git rebase --interactive develop_front || exit "$?"
printf "=== Updating the dependencies...\n"

Loading…
Cancel
Save