Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/benlipp/crappy-commit
runs git with a crappy commit message
https://github.com/benlipp/crappy-commit
Last synced: about 2 months ago
JSON representation
runs git with a crappy commit message
- Host: GitHub
- URL: https://github.com/benlipp/crappy-commit
- Owner: benlipp
- License: gpl-2.0
- Created: 2015-01-09T01:27:07.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-18T19:05:43.000Z (almost 10 years ago)
- Last Synced: 2023-02-27T16:17:24.941Z (almost 2 years ago)
- Language: Shell
- Homepage:
- Size: 264 KB
- Stars: 22
- Watchers: 3
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# crappy-commit
Basically, this program will run:git add -A
git commit -m $CRAPPY_MESSAGE
git pushObviously, it will replace $CRAPPY_MESSAGE with an actual crappy message.
## INSTALLING
If you like wget:wget -O - https://raw.githubusercontent.com/obiwanakin/crappy-commit/master/crapinstall.sh | bash
If you're a curl-er:
curl -s https://raw.githubusercontent.com/obiwanakin/crappy-commit/master/crapinstall.sh | bash
## HELP
Simply run the command `crap` in a git repo to add all files and push with a crappy commit message.
If you want to force a push, run `crap hemorrhoid`.Or, you can run `crap add $INSERT_MESSAGE_HERE` to add custom messages to your message list.
`crap update list` downloads a fresh copy of the message list, with all of the new updates submitted by users.
`crap update full` will download the full message list and update the `crap` package.
If you want to push to a specific branch, run `crap branch $LOCAL_NAME $REMOTE_NAME`. For example, `crap branch origin master`
## WEB API
You can add your messages to the master list by using the Heroku app!
https://crappy-commit-server.herokuapp.com