I also set up development branches for each of us. I think this is the way we<77>re supposed to have it, but this is my first GitHub project so I<>m not at all positive.
This updates your branch with the master branch, and pushes the update to GitHub. There is probably definitely a better way to do this. (I<>m pretty sure you can use git clone somehow)
Don<EFBFBD>t forgot to use git add filename.txt to add any files you want saved to git. Or just use git add * to grab them all. For some reason it<69>s making me do this every time I edit anything, which is weird.
Commit changes with git commit <20>m <20>something descriptive<76>.