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
To solve #27 and run commit-msg from git z commit, we need a way to actually run the hook after the user has edited the message, but before git commit is called. This means calling the editor from git z commit instead of git commit.
Concept
Let’s let the user edit the commit message before calling git commit, and ask git commit not to edit the message.
The text was updated successfully, but these errors were encountered:
Rationale
To solve #27 and run
commit-msg
fromgit z commit
, we need a way to actually run the hook after the user has edited the message, but beforegit commit
is called. This means calling the editor fromgit z commit
instead ofgit commit
.Concept
Let’s let the user edit the commit message before calling
git commit
, and askgit commit
not to edit the message.The text was updated successfully, but these errors were encountered: