Initial content for page added

Peter Ashford 2018-05-28 00:36:14 -07:00
parent 5f59883c7a
commit ef1f58d3a0
2 changed files with 5 additions and 0 deletions

@ -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.