From ef1f58d3a09e4b52c022a3eb70e28a333548b109 Mon Sep 17 00:00:00 2001 From: Peter Ashford Date: Mon, 28 May 2018 00:36:14 -0700 Subject: [PATCH] Initial content for page added --- Workflow-Delete-Branch.md | 5 +++++ Workflow/Delete-Branch.md | 0 2 files changed, 5 insertions(+) create mode 100644 Workflow-Delete-Branch.md delete mode 100644 Workflow/Delete-Branch.md diff --git a/Workflow-Delete-Branch.md b/Workflow-Delete-Branch.md new file mode 100644 index 0000000..82c6e0d --- /dev/null +++ b/Workflow-Delete-Branch.md @@ -0,0 +1,5 @@ +# Delete a Branch + +When a commit has been accepted and merged into the main ZFS repository, the developer's topic branch should be deleted. This is also appropriate if the developer abandons the change, and could be appropriate if they change the direction of the change. + +To delete a topic branch, navigate to the base directory of your local Git repository and use the `git branch -d (branch-name)` command. The name of the branch should be the same as the branch that was created. \ No newline at end of file diff --git a/Workflow/Delete-Branch.md b/Workflow/Delete-Branch.md deleted file mode 100644 index e69de29..0000000