From 87ae9df8b2d1aa0c40f53004eb7efa67516c4343 Mon Sep 17 00:00:00 2001 From: "Adrien F. VINCENT" Date: Sun, 18 Sep 2016 15:46:08 +0200 Subject: [PATCH 1/3] Fix branch name in 'delete a branch' section --- doc/devel/gitwash/development_workflow.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/devel/gitwash/development_workflow.rst b/doc/devel/gitwash/development_workflow.rst index aed61d7e980a..0b82a4d460d9 100644 --- a/doc/devel/gitwash/development_workflow.rst +++ b/doc/devel/gitwash/development_workflow.rst @@ -397,7 +397,7 @@ Deleting a branch on GitHub_ # delete branch on GitHub git push origin :my-unwanted-branch -(Note the colon ``:`` before ``test-branch``. See also: +(Note the colon ``:`` before ``my-unwanted-branch``. See also: http://github.com/guides/remove-a-remote-branch From 8b1f1f502a0a04d063c1440801302e3232535ee5 Mon Sep 17 00:00:00 2001 From: "Adrien F. VINCENT" Date: Sun, 18 Sep 2016 15:53:52 +0200 Subject: [PATCH 2/3] Remove an opening parenthesis without the corresponding closing parenthesis --- doc/devel/gitwash/development_workflow.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/devel/gitwash/development_workflow.rst b/doc/devel/gitwash/development_workflow.rst index 0b82a4d460d9..220a29b14871 100644 --- a/doc/devel/gitwash/development_workflow.rst +++ b/doc/devel/gitwash/development_workflow.rst @@ -397,7 +397,7 @@ Deleting a branch on GitHub_ # delete branch on GitHub git push origin :my-unwanted-branch -(Note the colon ``:`` before ``my-unwanted-branch``. See also: +Note the colon ``:`` before ``my-unwanted-branch``. See also: http://github.com/guides/remove-a-remote-branch From 7210959c0099be9ab3d912b13d2322be0a5f39c4 Mon Sep 17 00:00:00 2001 From: "Adrien F. VINCENT" Date: Sun, 18 Sep 2016 20:51:29 +0200 Subject: [PATCH 3/3] URL fix: up-to-date and HTTPS link --- doc/devel/gitwash/development_workflow.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/devel/gitwash/development_workflow.rst b/doc/devel/gitwash/development_workflow.rst index 220a29b14871..4308777e267a 100644 --- a/doc/devel/gitwash/development_workflow.rst +++ b/doc/devel/gitwash/development_workflow.rst @@ -398,8 +398,7 @@ Deleting a branch on GitHub_ git push origin :my-unwanted-branch Note the colon ``:`` before ``my-unwanted-branch``. See also: -http://github.com/guides/remove-a-remote-branch - +https://help.github.com/articles/removing-a-remote/ Exploring your repository =========================