|
所在平台: Coursera |
课程主页: https://www.coursera.org/learn/git-distributed-development
课程评论:没有评论
课程名称:使用 Git 进行分布式开发 概述:本课程第四部分专注于使用 Git 进行开源软件的分布式开发。Git 是一个源于 Linux 内核开发社区的版本控制系统,旨在帮助全球范围内的开发者在复杂项目中合理协调工作,并跟踪他们所做的一切。随着时间的推移,Git 已经被数百万个项目使用。该课程提供了高效使用 Git 的机会,让学员在相对较短的时间内做出贡献。课程内容包括: - 如何安装 Git - 如何初始化一个代码库 - 如何在代码库中进行更改 - 如何将代码库中的更改共享给其他人 - 如何获取其他开发者所做的更改 - 如何查找工作中的错误并恢复到项目的早期状态 - 如何进行提交、差异比较、合并和变基 通过本课程,您将获得使用 Git 的良好技能,深入理解 Git 工作流,识别工作流中的问题,并找到解决这些问题的方案。 大纲: - 名称:Git 和 Git 安装 描述: - 名称:与 Git 一起工作 描述: - 名称:与其他开发者合作 描述:
Name:Git and Git Installation
Description:
Name:Working with Git
Description:
Name:Working with Other Developers
Description:
Course 4 focuses on using git for open source software distributed development. Git is a revision control system which arose out of the Linux kernel development community. Git was designed to help developers spread across the globe working on complicated projects coordinate their work in a rational way and keep track of everything they were doing. Overtime, Git has grown to be used by millions of projects today. This course gives you the opportunity to learn how to use git efficiently and make contributions in a relatively short amount of time. It will cover: How to install git How to initialize a repository How to make changes in a repository How to make changes in repositories available to others How to acquire changes made by other individuals How to find errors in your work and go back to earlier states of yoru projects How to make commits, diffs, merges, rebases. The course will help you get the skills to have a good understanding on how to use git. You will have a good knowledge about git workflows, identifying problems in your workflows, and finding solutions to solve these problems.