Compare commits
1 Commits
4e9a32f501
...
refactor-t
Author | SHA1 | Date | |
---|---|---|---|
b9caddd286
|
@ -14,6 +14,8 @@ Your task is to generate a concise, informative git commit message based on the
|
|||||||
Be sure that the commit message reflects the entire diff.
|
Be sure that the commit message reflects the entire diff.
|
||||||
It is very important that the entire commit is clear and understandable.
|
It is very important that the entire commit is clear and understandable.
|
||||||
Only reply with the commit message and nothing else.
|
Only reply with the commit message and nothing else.
|
||||||
|
Put each change on it's own line as a separate sentance.
|
||||||
|
Don't put quotation marks around the message.
|
||||||
")
|
")
|
||||||
|
|
||||||
(def diff (:out (p/check (p/sh "git" "diff" "--cached"))))
|
(def diff (:out (p/check (p/sh "git" "diff" "--cached"))))
|
||||||
|
Reference in New Issue
Block a user