Check for new changes
git status
Add new files
git add <file_name>
Make new commit with comments
git commit -m <comments>
Make new push
git push
or
git push -u origin BSD-278_Activity_Stream
Check which branch is in
git branch
Change to branch A
git checkout A