DEV Community

Pandiyan Murugan
Pandiyan Murugan

Posted on

Saving Commit Templates using Git Extensions

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>



Enter fullscreen mode Exit fullscreen mode

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

1

  • 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

2

  • We can add various commit templates with appropriate provided options

3

  • Once we added our templates, we can able to quick select various templates as follows

4

5

Cool, That's it.

Happy Coding!

Top comments (0)