https://github.com/chunkhang/homebrew-propel
Propel your commit because you can
https://github.com/chunkhang/homebrew-propel
Last synced: over 1 year ago
JSON representation
Propel your commit because you can
- Host: GitHub
- URL: https://github.com/chunkhang/homebrew-propel
- Owner: chunkhang
- License: unlicense
- Created: 2017-06-26T17:56:27.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-27T05:49:12.000Z (about 9 years ago)
- Last Synced: 2024-10-19T11:31:34.085Z (almost 2 years ago)
- Language: Shell
- Size: 18.6 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# propel
A shell script to make pushing commits that much easier. Basically, propel executes the following four git commands in succession:
* git pull
* git add .
* git commit -m \
* git push
## Screenshot

## Installation
### Homebrew
MacOS users should preferably use this method.
```sh
# Tap into the repository
$ brew tap chunkhang/propel
# Install propel
$ brew install propel
```
### Manual
Other users should do it manually.
```sh
# Download script
$ curl -O https://raw.githubusercontent.com/chunkhang/homebrew-propel/master/bin/propel
# Make script executable
$ chmod +x propel
# Place executable in /usr/local/bin
$ mv propel /usr/local/bin/
```
## Usage
```sh
$ propel
```
## Customization
You can easily customize the shell script using any text editor.
```sh
$ vim $(which propel)
```
## Contact
Report bugs or suggest features:
[Marcus Mu](http://marcusmu.me) - chunkhang@gmail.com