mirror of
https://github.com/PaperMC/Waterfall.git
synced 2025-01-14 19:51:36 +01:00
339460b7c3
Also, grab upstreamCommit
6 lines
92 B
Bash
Executable File
6 lines
92 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
pushd Travertine-Proxy
|
|
git rebase --interactive upstream/upstream
|
|
popd
|