Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yvonnkr/react-boilerplate-v2
https://github.com/yvonnkr/react-boilerplate-v2
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/yvonnkr/react-boilerplate-v2
- Owner: yvonnkr
- Created: 2019-09-13T10:07:06.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-09-13T10:21:38.000Z (about 5 years ago)
- Last Synced: 2023-11-11T19:26:05.270Z (about 1 year ago)
- Language: JavaScript
- Size: 329 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Git Commands
git init - Create a new git repository
git status - View the changes to your projects
git add - Add files to staging area
git commit - Creates a new commit with files from stagging area
git log - View recent commits(git remote add origin [email protected]:yvonnkr/expensify-app.git)
git remote add - Allows us to provide a remote name and remote url
name = origin
value = [email protected]/yvonnkr/expensify-app.hitgit remote - to view remote
git remote -v - to view remote with verbose(git push -u origin master)
-u flag(used only once) -creates the association between our local code and the upstream github repo
origin -the remote
master -the branch# Check for ssh keys
ls -a ~/.ssh