Skip to content

Commit

Permalink
Part of OpenHistoricalMap/issues#786, adjusting workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
erictheise committed Jul 11, 2024
1 parent 8425a9b commit c129180
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions scripts/upstream_sync.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
#!/bin/bash

# As we enter this script we have created `the-sacrifice` from our `main` branch and
# have `git fetch`ed upstream/master.

if [ ! -d "upstream" ]; then
mkdir upstream
fi
Expand All @@ -18,6 +15,8 @@ if [ -n "$(git status --porcelain)" ]; then
git commit -m 'Preserving upstream markdown & text files.'
fi

git diff upstream/master

git merge --no-ff --no-commit upstream/master
concerns=('js/ide.js' 'js/map.ts')
for i in $(git diff --name-only --diff-filter=U --relative);do
Expand Down

0 comments on commit c129180

Please sign in to comment.