My company requires that commits be structured in a particular way. My coworker wrote some git hooks that run whenever we commit to check if the commits have the required information, and if not, it prompts the user to enter that information. This works well in the command line, and the happy path works in SourceTree too, but when the message is not properly formatted, the commit just hangs when it gets to the input and never continues. Is there some way to bring up a dialog box when a script requests input from the user? I have read that something similar is done when a username and password is required.
Did you find a solution to this?
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.