Skip to content

Commit

Permalink
updated merge_with_upstream.sh so that it does not fail if upstream h…
Browse files Browse the repository at this point in the history
…as already been added.
  • Loading branch information
djl11 committed Mar 15, 2022
1 parent ba6ef2f commit 908d5b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion merge_with_upstream.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash -e
git checkout "$1"
git remote add upstream https://github.com/unifyai/ivy.git
git remote add upstream https://github.com/unifyai/ivy.git || true
git fetch upstream
git merge upstream/master --no-edit
git push

0 comments on commit 908d5b0

Please sign in to comment.