PandaCord/scripts/edit.sh
Shane Freeder b7991a0eaa Misc script fixes
Also, grab upstreamCommit
2021-08-12 18:27:57 +02:00

6 lines
92 B
Bash
Executable File

#!/usr/bin/env bash
pushd Travertine-Proxy
git rebase --interactive upstream/upstream
popd