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

https://github.com/kleviss/repotest


https://github.com/kleviss/repotest

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

This is the read me file aka Git Cheat Sheet

git config --global user.email "email@email.com"
git config --global user.name "gitUsername"

git init
git status
git add
git commit -m "message"
git remote add origin url
git push -u origin master