Waterfall/scripts/edit.sh

6 lines
91 B
Bash
Raw Permalink Normal View History

2016-11-26 22:33:41 +01:00
#!/usr/bin/env bash
pushd Waterfall-Proxy
git rebase --interactive upstream/upstream
popd