An open API service indexing awesome lists of open source software.

https://github.com/brian-xu-vlt/magic_git

[tooling] Simple script to automate git commit/push and create my personal messages standard format
https://github.com/brian-xu-vlt/magic_git

automate git github script

Last synced: 8 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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