Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 5 days 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 (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-04-17T19:19:28.000Z (almost 2 years ago)
- Last Synced: 2025-02-02T12:15:06.039Z (9 days ago)
- Topics: convenience, git, gitpush, tool
- Language: JavaScript
- Size: 91.8 KB
- Stars: 10
- Watchers: 5
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.org/yxliang01/git-upload.svg?branch=master)](https://travis-ci.org/yxliang01/git-upload)
[![Dependency Status](https://david-dm.org/yxliang01/git-upload.svg)]()
[![Code Climate](https://codeclimate.com/github/yxliang01/git-upload/badges/gpa.svg)](https://codeclimate.com/github/yxliang01/git-upload)
[![npm version](https://badge.fury.io/js/git-upload.svg)](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`