6 lines
92 B
Bash
6 lines
92 B
Bash
#!/usr/bin/env bash
|
|
|
|
pushd Travertine-Proxy
|
|
git rebase --interactive upstream/upstream
|
|
popd
|