https://github.com/yxliang01/git-upload
gitu MSG = git add . && git commit -m MSG && git push
https://github.com/yxliang01/git-upload
convenience git gitpush tool
Last synced: 3 months ago
JSON representation
gitu MSG = git add . && git commit -m MSG && git push
- Host: GitHub
- URL: https://github.com/yxliang01/git-upload
- Owner: yxliang01
- License: mit
- Created: 2016-12-28T15:06:36.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-04-17T19:19:28.000Z (about 2 years ago)
- Last Synced: 2025-04-14T23:08:07.191Z (3 months ago)
- Topics: convenience, git, gitpush, tool
- Language: JavaScript
- Size: 91.8 KB
- Stars: 11
- Watchers: 4
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/yxliang01/git-upload)
[]()
[](https://codeclimate.com/github/yxliang01/git-upload)
[](https://badge.fury.io/js/git-upload)Git-Upload
=====Save your time everyday
Git-Upload saves your time by removing the need to type three most common git modification upload commands `git add .`, `git commit` and `git push`
If you are just too lazy or you really don't need commit message, you can just call `gitu`.
To install:
```bash
npm install -g git-upload
```To Use:
```bash
# Go to your git repository (via cd)gitu MSG
# Wait for prompts
# When it has finished, it will prompt you "done!"
````gitu MSG` = `git add . && git commit -m MSG && git push`