|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/git-and-github-beginners-crash-course-2017/
课程评论:没有评论
**Git与GitHub新手速成课** 本课程旨在教授您使用Git这一流行的开源版本控制软件来管理源代码和文本文件的变更。这是一门面向初学者的速成课程,将带您了解这个流行的开源版本控制系统的基础知识。版本控制能够支持协作开发,让团队成员轻松地协同工作。 有效使用版本控制是开发人员工具箱中一项重要且有用的技能。Git是一个版本控制系统,它就像代码的一系列快照,可以随时引用。GitHub是一个基于Web的图形化界面,您可以在此发布和托管您的Git存储库,并与其他人或团队进行协作。Git和GitHub已成为行业标准的版本控制和发布平台。Git可以帮助您跟踪变更和开发过程,而与GitHub结合使用则可以成为有效的备份机制。 本课程适合绝对的初学者,将介绍版本控制系统Git和协作平台GitHub的基本使用方法。虽然本课程不涉及任何编程,但具备基本编程知识或简单HTML知识的学生会更容易跟上。熟悉命令行操作也会有帮助,但并非强制要求,因为本课程非常基础,任何人都能轻松理解。 **您将学到:** * 安装Git * 提交文件到存储库 * 编写提交信息 * 理解Git三棵树架构 * 理解Git工作流程 * 跟踪文件的添加和修改 * 创建忽略文件以排除文件和目录 * 创建远程存储库 * 创建和合并分支 * 理解HEAD * 拉取更新 * 推送更新
This course shows you how to use Git, the popular open-source version control software, to manage changes to source code and text files. The course is a beginners crash course that will teach you the basics of this popular open source version control system. Version control allows collaborative development which makes it easy for teams to work together on projects.The effective use of version control is important and a useful skill for developers to have in their tool kit. Git is a version control system which is like a series of snapshots of your code which can be referenced at any time.GitHub is a web based graphical interface where you can publish and host your Git repositories and collaborate with other people or teams. Git and GitHub has become the industry-standard version control and publishing platform. Git allows you to track changes and your development process and when used with GitHub it becomes an effective backup mechanism. This course is for absolute beginners and will introduce you to the basics of using a version control system called Git and a collaboration platform called GitHub. Although this course does not involve any programming students who have a basic knowledge of programming or simple HTML might find it easier to follow along. Also experience of using the command line might come in handy though not mandatory as the course is so basic anyone can follow along easily. What you will learn include how to: Install gitCommit files to repositoryWrite commit messagesUnderstand the Git three-tree architectureUnderstand git workflowTrack when files are added and modifiedCreate ignore file to exclude files and directoriesCreate remote repositoryCreate and merging branchesUnderstand HEADPull updatesPush updates