You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cmd/wrapup.go
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,9 @@ var wrapupCmd = &cobra.Command{
14
14
Use: "wrapup",
15
15
Short: "Add changes to index and auto commit",
16
16
Long: fmt.Sprintf(`
17
-
%s adds the files in the workin directory to the index and makes a commit. The commit message is autogenerated and contains 'close issue', e.g. "close #42 fetch meaning of life". The issue number is fetched from the branch name, if the workon command have been used. When force is used on the message, the message will replace, the otherwice automatically generated commit message.
17
+
%s adds the files in the workin directory to the index and makes a commit.
18
+
The commit message generated from the branch name and prepends a smart commit function to close the issue.
0 commit comments