mirror of
https://github.com/conventional-commits/conventionalcommits.org.git
synced 2026-03-22 21:24:02 -05:00
git template implementing conventional commits #90
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @zakkak on GitHub (Feb 21, 2020).
Hello,
I just wanted to mention that providing a git template like this one would significantly lower the entry barrier for command line users.
What are your thoughts?
@tunnckoCore commented on GitHub (Feb 21, 2020):
Maybe :)
@erdaltsksn commented on GitHub (Jul 21, 2020):
https://github.com/erdaltsksn/dotfiles/blob/master/git/.gittemplate
This is my template used by all of my repositories.
Also you can add my Vim plugin to start Git commit in insert mode and make the color red when the line is too much.
@damianopetrungaro commented on GitHub (Jul 21, 2020):
We can discuss more about this here #283 , so we can hava goal of adding a template as well ;)