Originally posted in my blog - Efficient user
Nowadays in projects, developers are using a common commit template for all commits in Git. This post provides the step by step details to save commit template in the Git Extension tool.
Commit template
The sample commit template will looks as follows
[JiraId]: <Description>
Steps to save templates in Git Extensions
The following steps will demonstrates the steps to save the templates
- Commit the changes using Git Extensions tool
- In the commit window, we are having the option called commit templates. By selecting settings option in commit templates dropdown we can add our templates
- We can add various commit templates with appropriate provided options
- Once we added our templates, we can able to quick select various templates as follows
Cool, That's it.
Happy Coding!
Top comments (0)