Waterfall/scripts/edit.sh

6 lines
91 B
Bash
Raw Normal View History

2018-11-11 10:47:01 +01:00
#!/usr/bin/env bash
2021-06-09 00:20:28 +02:00
pushd FlameCord-Proxy
2018-11-11 10:47:01 +01:00
git rebase --interactive upstream/upstream
popd