how to delete a git branch that has not been merged
In Git, trying to delete a branch that has not been merged, will give you this warning:
error: The branch 'feat-a' is not fully merged.
If you...
starting HTML document template for newbies!
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>page title</title>
...