Use Git

作者: Jizhizi_Li | 来源:发表于2016-10-20 13:05 被阅读0次

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

相关文章

网友评论

      本文标题:Use Git

      本文链接:https://www.haomeiwen.com/subject/qspfuttx.html