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
- Host: GitHub
- URL: https://github.com/brian-xu-vlt/magic_git
- Owner: brian-xu-vlt
- Created: 2021-07-08T07:09:02.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-08T08:53:25.000Z (over 4 years ago)
- Last Synced: 2025-04-12T20:56:41.535Z (10 months ago)
- Topics: automate, git, github, script
- Language: Shell
- Homepage:
- Size: 2.62 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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