chore: import upstream snapshot with attribution
This commit is contained in:
Executable
+8
@@ -0,0 +1,8 @@
|
||||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
|
||||
git checkout main
|
||||
git fetch -ap upstream
|
||||
git fetch -ap
|
||||
git rebase upstream/main
|
||||
git push
|
||||
Reference in New Issue
Block a user