Kontinuum icon indicating copy to clipboard operation
Kontinuum copied to clipboard

Branch name when using rebuild

Open ligi opened this issue 8 years ago • 0 comments

having this rebuild script

⋊> ~ cat /home/ligi/bin/scripts/kontinuum-rebuild
#!/usr/bin/env bash

git tag -d rebuild
git tag rebuild
git push origin :rebuild
git push origin rebuild -f

but would be great if kontinuum uses the other branch name if existent

ligi avatar Nov 27 '17 00:11 ligi