blob: b3af1dee160b55c0f2f9cfbd34fc1b8a080ab7ff [file] [log] [blame]
#!/bin/bash
set -e
git remote add upstream https://github.com/mattvenn/wokwi-verilog-gds-test
git remote update
git checkout -b tmp upstream/main
git rebase --onto main 748631d2f63cd4fdb4089b7e2cfaffc3f672f3c4 upstream/main
git branch updated
git branch -D tmp
git checkout updated