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 8, 2024
1 parent 212197c commit cdc190d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/upstream_sync.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ git checkout -b the-sacrifice

mkdir upstream
for i in $(git ls-tree upstream/master --name-only); do
echo $i
if [[ $i == *.md ]];then
echo $i
git show upstream/master:$i > upstream/$i
fi
done
Expand All @@ -22,7 +22,7 @@ fi

git status

#git merge --no-ff --no-commit 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
# echo "$i"
Expand Down

0 comments on commit cdc190d

Please sign in to comment.