learn to use GIT && GITHUB
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了learn to use GIT && GITHUB相关的知识,希望对你有一定的参考价值。
基本概念:GitHub essentials like repositories, branches, commits, and pull requests. merge:合并
You’ll create your own Hello World repository and learn GitHub’s pull request workflow
Branching is the way to work on different versions of a repository at one time.
To create a new branch
Make and commit changes
saved changes are called commits
Open a Pull Request
collaboration 沟通 合作 协作 协同
Pull Requests are the heart of collaboration on GitHub.
以上是关于learn to use GIT && GITHUB的主要内容,如果未能解决你的问题,请参考以下文章
错误记录Git 使用报错 ( no changes added to commit (use “git add“ and/or “git commit -a“) )
Learn Git and GitHub -Using the Hello World guide
[RxJS] Learn How To Use RxJS 5.5 Beta 2