https://github.com/kleviss/repotest
https://github.com/kleviss/repotest
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kleviss/repotest
- Owner: kleviss
- Created: 2019-11-24T16:07:28.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-24T16:49:33.000Z (over 6 years ago)
- Last Synced: 2025-05-21T12:51:37.649Z (about 1 year ago)
- Language: HTML
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.txt
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