See how a minor change to your commit message style can make a difference.
git commit -m"<type>(<optional scope>): <description>" \ -m"<optional body>" \ -m"<optional footer>"
See how a minor change to your commit message style can make a difference.
git commit -m"<type>(<optional scope>): <description>" \ -m"<optional body>" \ -m"<optional footer>"
| package main | |
| import ( | |
| "fmt" | |
| "io" | |
| "os/exec" | |
| bf "gopkg.in/russross/blackfriday.v2" | |
| ) |