mirror of
https://github.com/PaperMC/Waterfall.git
synced 2025-03-31 00:35:56 +02:00
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
|