From f67452065156149797dae00aefeb05e2772e486f Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Wed, 6 Jan 2016 11:35:34 +0000 Subject: [PATCH] hacking: Fix git push command for pushing stable branch. This fixes commit 5218f54a544cd147cb72640506ce8be845116bd2. --- docs/guestfs-hacking.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guestfs-hacking.pod b/docs/guestfs-hacking.pod index 81bdc80a9..42c4e9ffe 100644 --- a/docs/guestfs-hacking.pod +++ b/docs/guestfs-hacking.pod @@ -741,7 +741,7 @@ ie. 1.XX.0, and commit it: Create the stable branch in git: git branch stable-1.XX - git push origin tag stable-1.XX + git push origin stable-1.XX =item *