Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pichsenmeister/drumcommit
https://github.com/pichsenmeister/drumcommit
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/pichsenmeister/drumcommit
- Owner: pichsenmeister
- Created: 2015-01-13T12:34:37.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2022-06-04T05:33:56.000Z (over 2 years ago)
- Last Synced: 2023-03-30T17:16:50.505Z (over 1 year ago)
- Language: Shell
- Size: 304 KB
- Stars: 37
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# drumcommit
drumcommit is a little tool for git cli users on linux and mac. it shows your coworkers, that you are working hard by playing different sounds on git commit, checkout and push.
have fun!
## installation
clone repository
```
git clone https://github.com/pichsenmeister/drumcommit.git
```install drumcommit via terminal
```
sh install.sh
```### usage
at the moment, you can install 3 different hooks
* commit - plays the original drumcommit drumroll sound on every commit
* checkout - play a sound everytime you switch branches
* push - plays a sound everytime you pushto install these hooks, ```cd``` to your git repository's home folder, then type
```
drumcommit
```where `````` can be either `commit`, `checkout` or `push`