From 0180b68cb0bb3aecf9b4a6186094a084762b4a25 Mon Sep 17 00:00:00 2001 From: Michael Muré Date: Tue, 17 Jul 2018 01:52:56 +0200 Subject: implement pull/merge --- notes | 2 ++ 1 file changed, 2 insertions(+) (limited to 'notes') diff --git a/notes b/notes index 0bdccee3..356a9a63 100644 --- a/notes +++ b/notes @@ -23,6 +23,8 @@ git show-ref --hash refs/bugs/4ef19f8a-2e6a-45f7-910e-52e3c639cd86 git for-each-ref --format="%(refname)" "refs/bugs/*" +-- delete all remote bug refs +git for-each-ref refs/remote/origin/bugs/* --format="%(refname:lstrip=-1)" | xargs -i git push origin :refs/bugs/{} Bug operations: - create bug -- cgit