Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adebsalert/gitt
initialize git, create a new remote repo and make initial commit
https://github.com/adebsalert/gitt
git github github-api
Last synced: 24 days ago
JSON representation
initialize git, create a new remote repo and make initial commit
- Host: GitHub
- URL: https://github.com/adebsalert/gitt
- Owner: AdebsAlert
- Created: 2019-06-10T22:54:02.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-06T12:25:17.000Z (almost 2 years ago)
- Last Synced: 2023-03-01T23:35:54.766Z (almost 2 years ago)
- Topics: git, github, github-api
- Language: JavaScript
- Homepage:
- Size: 47.9 KB
- Stars: 16
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A simple tool that initializes git, create a new remote repo, make and push an initial commit
## Requirements
* [Node.js](http://nodejs.org/)
* [Git](https://git-scm.com/)
* [GitHub account](https://github.com/)## Installation Steps
1. Install the module globally with `npm install -g gitt-push`
2. CD into your local project
3. Run `gitt` in your project terminal to get started with pushing your local code to Github
4. Follow the simple instructions