13
0

Remove accidentally committed merge script

This commit is contained in:
Robin Gareus 2024-05-06 19:24:12 +02:00
parent 65544f104d
commit f553a588e2
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -1,11 +0,0 @@
#!/bin/sh
set -e
git checkout ardour
git pull --rebase
git checkout master
git pull --rebase
git merge ardour
git push