PandaCord/scripts/edit.sh

6 lines
91 B
Bash
Raw Permalink Normal View History

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