Waterfall/scripts/edit.sh

6 lines
92 B
Bash
Raw Normal View History

2018-11-11 10:47:01 +01:00
#!/usr/bin/env bash
pushd Travertine-Proxy
git rebase --interactive upstream/upstream
popd