Config commit templates #29
bin-daldana
started this conversation in
General
Replies: 1 comment 3 replies
-
|
Cuando creen un commit seguir con este standard: #<El id del ticket/tarea>: <los modulos que modificaste, separados por coma> Escribir aqui que hiciste y porque. Tarea (Link): <El link del ticket/tarea> Tarea de proyecto [x] Ticket de soporte []Ejemplo: FIX #0928: binaural_stock, binaural_accountant Agregue store true a un campo x para que permita agrupar y sumar sus totales. Tarea (Link): Tarea de proyecto [] |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Devs.
Por aquí les dejo algo para que puedan configurar los commit templates:
Deben crear un archivo el el nombre que deseen, preferiblemente se llame "commit_template.txt".Agregan el archivo en la ubicacion de su preferencia, en mi caso utilice la raiz.
Posteriormente ejecutar este comando:git config --global commit.template ~/commit_template.txt
Una vez hecho esto, y deseen hacer un commit lo hacen de esta manera, buscara el archivo y podran redactar su commit.
git commit -s
Beta Was this translation helpful? Give feedback.
All reactions