https://github.com/saurabh0719/gitmeup
cli tool to automate repetitive git commands. :computer:
https://github.com/saurabh0719/gitmeup
automation cli-tool git javascript npm
Last synced: 4 months ago
JSON representation
cli tool to automate repetitive git commands. :computer:
- Host: GitHub
- URL: https://github.com/saurabh0719/gitmeup
- Owner: saurabh0719
- License: mit
- Created: 2020-10-01T16:10:50.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-13T01:57:49.000Z (about 5 years ago)
- Last Synced: 2025-10-19T16:01:17.028Z (8 months ago)
- Topics: automation, cli-tool, git, javascript, npm
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/gitmeup
- Size: 88.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gitmeup
cli tool to automate git commands (add ., commit, pull push).
### Installation :
Using npm
```sh
$ npm install gitmeup -g
```
To update the package
```sh
$ npm update gitmeup -g
```
### Usage guide :
Run it inside any git repository:
```sh
$ gitmeup run
```
Change the default settings:
```sh
$ gitmeup defaults
```