Use Git


Check for new changes

git status

Add new files

git add 

Make new commit with comments

git commit -m 

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

你可能感兴趣的:(Use Git)