Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/yvonnkr/react-boilerplate-v2


https://github.com/yvonnkr/react-boilerplate-v2

Last synced: 3 days ago
JSON representation

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.hit

git 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