github 和git
Git and GitHub are used frequently by developers everywhere. These tools are used at most software companies and so they are important to understand if you want a job in the software industry.
各地的开发人员都经常使用Git和GitHub。 这些工具在大多数软件公司中都使用过,因此,如果您想在软件行业中工作,了解它们非常重要。
We've released a crash course video from Gwen Faraday that will teach you the basics of Git and GitHub.
我们已经发布了Gwen Faraday的速成班视频,它将教您Git和GitHub的基础知识。
Git is a piece of software that makes it simpler to manage different versions of your own software in a software repository. GitHub is a place to share software repositories and collaborate with other developers. These tools make it easier for multiple people to work on the same software project.
Git是一款软件,可以更轻松地在软件存储库中管理自己软件的不同版本。 GitHub是共享软件存储库并与其他开发人员进行协作的地方。 这些工具使多个人可以更轻松地在同一个软件项目上工作。
In this course you will learn about:
在本课程中,您将学习:
- common terms 常用术语
- installing Git 安装Git
- creating a Git repository 创建一个Git仓库
- cloning a Git repository 克隆一个Git仓库
- adding and removing from a Git repository 从Git存储库添加和删除
- using GitHub 使用GitHub
- creating pull requests 创建请求请求
- branching repositories 分支存储库
- merging repositories 合并仓库
- and more 和更多
By the end of the course, you'll know way more about Git than the people in this web comic. :)
在课程结束时,你会知道的方式更多的Git比人在这个网络漫画。 :)
Watch the course below or on the freeCodeCamp.org YouTube channel.
在下面或在freeCodeCamp.org YouTube频道上观看课程。
翻译自: https://www.freecodecamp.org/news/git-and-github-crash-course/
github 和git