git init - Create a new repo
git status - View the changes to your projects
git add - Add files to staging arare
git commit - Creates a new commit with files from staging area
git log - View recent commits
ls -a ~/.ssh
https://help.github.com/articles/connecting-to-github-with-ssh/
eval "$(ssh-agent -s)"
ssh-add ~/.ssh/id_rsa
ssh -T [email protected]
git remote add origin [email protected]:cjlaborde/expensify-app.git
git remote -v
-u create assosiation between our local and github repository you only need to use it once then type remote name =origin and branch = master git push -u orgin master
git push --set-upstream origin master
git commit -a -m "message here" git commit -am "Setp devDependencies and fist folder"
"scripts": { "build": "webpack", yarn run build