An open API service indexing awesome lists of open source software.

https://github.com/seipan/my-git-push

:octocat: git add から git push まで一つのコマンドでやる :octocat:
https://github.com/seipan/my-git-push

git gitcommand shell

Last synced: about 1 month ago
JSON representation

:octocat: git add から git push まで一つのコマンドでやる :octocat:

Awesome Lists containing this project

README

          

# my-git-push
:octocat: git add から git push まで一つのコマンドでやる :octocat:

## Usage
git.shに実行権限を設定する
```
chmod +x git.sh
```
shellを実行する
```
./git.sh {{YOUR COMMIT MESSAGE}}
```