Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bpholt/git-template
https://github.com/bpholt/git-template
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bpholt/git-template
- Owner: bpholt
- Created: 2015-04-30T05:31:25.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2023-02-27T16:21:46.000Z (over 1 year ago)
- Last Synced: 2023-03-22T16:36:36.472Z (over 1 year ago)
- Language: Shell
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Git Template
## Installation
Clone to `~/.git_template` and then run
git config --global init.templatedir '~/.git_template'
## Hooks
### Prepare Commit Message
This hook will append the branch name to the beginning of whatever commit message is provided.