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

https://github.com/feegloo/push

create GitHub repo & push changes by writing command "push"
https://github.com/feegloo/push

git github

Last synced: about 2 months ago
JSON representation

create GitHub repo & push changes by writing command "push"

Awesome Lists containing this project

README

          

### Usage

`push`

1. creates new repository on github

2. commit changes and push them

### Installation

```
curl -s https://raw.githubusercontent.com/feegloo/push/master/install | bash && . ~/.profile
```

### Demo

creating new repository on github, can be new empty directory or existing one with files

![new_repo](https://user-images.githubusercontent.com/7686877/63420269-a6468c80-c406-11e9-9508-494983481324.gif)

pushing new changes

![push_changes](https://user-images.githubusercontent.com/7686877/63420333-c24a2e00-c406-11e9-84e7-7012f81f31b8.gif)