Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 535 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 535 Bytes

git_commit

[tooling] Simple script to automate git commit/push and create my personal messages standard format.

This script helps to have a consistent git message format with "[DEV]" section reflecting on what has been added by this commit, and "[NEXT]" about what is planned for the next commit. It also automate git push with a y/n question at the end. It add all files by default, good to use in project where .gitignore is well defined.

Preview

demo