Waterfall/scripts/edit.sh
2019-02-20 19:31:51 +00:00

6 lines
92 B
Bash

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