1. 3
    Add a Project and Push Changes to GitHub with git
    6m 1s

Add a Project and Push Changes to GitHub with git

InstructorAndy Van Slaars

Share this video with your friends

Send Tweet

In this lesson, we’ll create a new repository on GitHub, set the remote on our local repository and push our changes up to GitHub. We’ll add a readme, look at how our git status changes when we have changes that aren’t yet on the remote and we’ll see how running npm init again will update our package.json with new information.