mirror of
https://github.com/PaperMC/Waterfall.git
synced 2024-11-06 02:31:46 +01:00
6 lines
92 B
Bash
6 lines
92 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
pushd Travertine-Proxy
|
||
|
git rebase --interactive upstream/upstream
|
||
|
popd
|