Let’s run a build now. In your command line, or using your favorite git tool, make sure the repo is initialized, connect the remote, add the files, commit, and push. #> git init #> git remote add origin <> #> git add
↧