Stephen Lloyd

Software Engineer

3/31/15Random Notes

New files are "Add"-ed to the "Staging Area"

We "Commit" changes from "Staging" to our "Repo"

Remote Repos
To push our "Local Repo" to Github, add a "Remote Repo"
>git remote add origin https://.....git
Then
>git push origin develop

You unstage files from Staging with
>git reset

 

 


Stephen Lloyd 03/31/2015