Github证书在线

按需程序员知道Git. 你可以, 太, with GitHub certificate courses that put you among the ranks of other Git certification-ready development pros.

获得2个大学学分

mg不朽情缘游戏网址 has partnered with Coursera Campus to provide cutting-edge certificates to learners seeking to advance. 课程对所有学习者开放. 无需申请.

包含在您的订阅中

获得无限制访问超过7,在Coursera网站上可以找到1000个课程,包括指导项目, specializations and professional certificates offered by hundreds of leading universities and companies. 您还可以访问mg不朽情缘试玩市场中找到的所有39个专业证书.

了解更多


你会学到什么

  • Look at the many components and workflows of Git and GitHub and how to use version control systems in devops
  • 构建对Git架构和操作的理解,包括分支和合并
  • 开发改进和跟踪代码的技能
  • 学习使用协作工具和代码审查管理项目的最佳实践

关于GitHub专业证书

If you're a current or aspiring IT professional looking to add Git and GitHub to your skillset, 这个GitHub专业证书课程是为你准备的.

一旦你完成了这个证书项目的六门课程, you'll have practical working knowledge of how Git and GitHub resources are used in project management and collaboration.

You'll gain a clearer understanding of the technology and learn about the importance of version control, 远程存储库和其他工业标准Github工具的功能.

通过这个课程, you'll have multiple opportunities to apply what you learn through hands-on lab assignments. 除了初始化存储库之外, 查找和修复错误, 并使用Git命令, 您将更接近于掌握代码开发人员的主要工具之一. +, 每个实验作业, you'll be creating your very own Git portfolio; one you can share with prospective employers to demonstrate your knowledge and skills.

所需的Github证书课程

数据科学家的工具箱

数据科学|自学| 18小时

在本课程中 you will get an introduction to the main 太ls and ideas in the data scientist's 太lbox. 本课程概述了这些数据, 问题, 以及数据分析师和数据科学家使用的工具. 这门课有两个组成部分. The first is a conceptual introduction to the ideas behind turning data into actionable knowledge. The second is a practical introduction to the 太ls that will be used in the program like version control, 减价, git, GitHub, R, 和RStudio.
使用Git进行版本控制

计算机科学|自学| 13小时

版本控制与Git课程为您提供了一个坚实的, 了解Git版本控制系统的实践基础. Git是最初由Linus Torvalds创建的开源软件. Git管理大大小小的项目的团队文件. 这使得团队能够不断改进其产品. 大多数大型科技公司都在使用它, 并且被认为是许多现代编程和IT工作的必备知识. It is a core component of DevOps, continuous delivery pipelines and cloud-native computing. You could also use Git to manage the many continuously improving revisions of that book that you are writing. 在本课程中, 您不会学到Git的所有知识, 但是,您将对该技术建立牢固的概念性理解, 之后,你就能自信地深入挖掘任何你感兴趣的话题. 本课程假定以前没有Git知识, 但如果你有经验的话, 你可能会发现这门课程既有用又具有挑战性. 如果你目前“知道的Git足够危险”,这一点尤其正确。. 这门课有两条路径. 两者都严重依赖于动手实验. 一种方法假设您有使用命令行界面的经验, 另一个路径使用Sourcetree图形客户端. 如果您没有使用命令行的经验, mg不朽情缘游戏网址强烈建议您通过Sourcetree路径. 最终, 你可能想两条路都走, 这样您就可以决定使用哪个工具来完成特定的任务. 此外,重复对学习有好处:) 如果你愿意,你可以在手机上观看视频和做测试, 但动手实验要求你有一台Windows或Mac电脑. 如果您在整个课程中使用命令行路径,您也可以使用Linux. 本课程使用Bitbucket (Bitbucket).org)作为远程Git存储库的托管提供商. Bitbucket对于5人以内的团队是免费的,包括私有存储库. 然而, 您在本课程中获得的大部分知识都适用于Git本身, 你可以把这些知识应用到其他托管的Git提供商(比如GitHub). 本课程尽量简明扼要. 你可能要花5-10个小时才能走完这两条路中的一条, 但你的里程可能会有所不同.
Git和GitHub简介

初级|信息技术|自学| 44小时

在本课程中, you’ll learn how to keep track of the different versions of your code and configuration files using a popular version control system (VCS) called Git. We'll also go through how to set up an account with a service called GitHub so that you can create your very own remote repositories to store your code and configuration. 在整个课程中, you'll learn about Git's core functionality so you can understand how and why it’s used in organizations. mg不朽情缘游戏网址将研究基本和更高级的特性,如分支和合并. We'll demonstrate how having a working knowledge of a VCS like Git can be a lifesaver in emergency situations or when debugging. 然后,mg不朽情缘游戏网址将探讨如何使用VCS通过远程存储库与其他VCS一起工作, 比如GitHub提供的. 这门课结束的时候, 你将能够在Git中存储代码的历史记录,并在GitHub中与其他人协作, 你还将从哪里开始创建自己的投资组合! 为了跟进并完成评估, you’ll need a computer where you can install Git or ask your administrator to install it for you.
使用Git进行分布式开发

初学者|计算机科学|自学| 22学时

课程4侧重于使用git进行开源软件的分布式开发. 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. 随着时间的推移,Git已经被数以百万计的项目所使用. This course gives you the opportunity to learn how to use git efficiently and make contributions in a relatively short amount of time. 它将包括: 如何安装git 如何初始化存储库 如何在存储库中进行更改 如何使存储库中的更改对其他人可用 如何获取其他人所做的更改 如何发现工作中的错误并回到项目的早期状态 如何进行提交、修改、合并、重构. 本课程将帮助您获得技能,以更好地理解如何使用git. 您将对git工作流有一个很好的了解, 识别工作流程中的问题, 找到解决这些问题的方法.
使用命令创建远程Git存储库

中级|计算机科学|自学| 2小时

A key to maintaining a project under version control is to store it as a remote repository on a server that is backed up over time. Keeping a project on a remote repository not only provides a back-up of the project; it also allows others to collaborate on the project. 对于Git,有几个远程存储库选项. Github和BitBucket是两个比较受欢迎的选择, 每个都有一个免费选项和一个订阅选项. 在本课程中, you will create a remote Git repository using an existing Git project containing directories and files. 您将使用Git命令,如push, 拉, 获取, 分支, and merge to make changes to your local Git repository and add them to the remote repository. 注意:本课程最适合北美地区的学习者. mg不朽情缘游戏网址目前正致力于在其他地区提供相同的体验.
开发者使用Github的Git

初学者|计算机科学|自定进度| 2小时

本课程将让您第一次了解使用git来管理代码的版本控制, as well as offering an introduction to accessing the Github 太ls you'll need as a beginner. 开发人员需要版本控制,而git是一个行业标准. Github使分布式团队可以轻松访问存储库的能力, 以及它对敏捷开发的支持, 让它成为每个开发人员工具箱中有价值的工具. 在这个项目结束的时候, you will create a Github-hosted repository forked from an open-source project and start a Github repository of your own. 您将了解如何分岔和克隆项目, 在开发环境中创建分支来处理存储库, 推动您的更改, 恢复的变化, 保持提交干净. 有了这个介绍, you'll be one step closer to mastering the 太ls every developer needs to create a new app, 叉子:最喜欢的工具的叉子, 或者下一个大项目. 注意:本课程最适合北美地区的学习者. mg不朽情缘游戏网址目前正致力于在其他地区提供相同的体验.

填写此证书. 获得大学学分.

你知道,专门的技能课程将为专门的工作打开大门, 但你知道吗,他们还会让你离mg不朽情缘游戏网址的学位更近一步?

The University has evaluated hundreds of certifications for industry-recognized proficiencies and awards credit that equates to specific Franklin courses, 以及技术或选修学分的要求. See how much time and money you'll save toward your degree by building on prior learning credit.

浏览 & 过滤器

学位类型
项目类型



常见问题

GitHub专业证书的费用是多少?

当你参加这个自定进度的证书课程时, 你决定你想多快完成每门专业课程. 要访问课程, 你每月只需支付35美元的小额费用, 所以你的专业证书的总费用取决于你. 另外,你可以休息一下,也可以随时取消订阅.

完成GitHub专业证书需要多长时间?

It takes an average of 3-4 months to complete the courses and hands-on projects to earn your certificate.

我需要什么样的工作经验才能报名?

没有先前的经验是需要这个初学者水平的系列. 现在招收.

我可以用我的GitHub专业证书做什么?

您的证书使您离掌握GitHub又近了一步, 每个开发人员都需要这个工具来创建下一个杀手级应用程序或大项目.

分享 it with your professional network to demonstrate that you know how to leverage Git for workflow, 协作和版本控制.

Do I need to apply and be accepted as a mg不朽情缘游戏网址 student to take courses offered through the FranklinWORKS 市场?

No. 市场提供的课程面向所有学习者. 没有申请或录取程序.

如果我完成了证书并决定在mg不朽情缘游戏网址注册, 我如何获得课程学分来获得学位?

请将您的证书提交至 plc@ngskmc-eis.net 供审查和处理. 在你的正式评估完成后, 请检查它,以确保所有符合条件的学分已被应用. 

您可以在您之前或之后提交文档 适用于mg不朽情缘试玩.



3-4
完成时间:

可共享的证书

完成后获得证书

100%的在线

立即开始,按照自己的时间表学习

灵活的

为自己设定一个方便的时间表

初学者水平

对于任何对学习感兴趣的人

登录

返回用户

你以前学过mg不朽情缘试玩的课程吗? 如果是,您可以使用您现有的凭据登录:

登录

If you have an account but do not know your username or password, you can recover them here:

帐户恢复

新用户

您输入的电子邮件地址已与Franklin帐户关联.

请登录 返回用户 area.

如果您有mg不朽情缘游戏网址的现有帐户,但无法登录, 您可以恢复丢失或忘记的用户名/密码与帐户恢复按钮.

如果你认为这是错误的, 或者无法使用现有的Franklin帐户凭据, 请与 mg不朽情缘游戏网址服务台 寻求帮助.

现在付费注册Coursera课程!

每月49元, you will receive unlimited access to the full catalog of programs offered through mg不朽情缘游戏网址's partnership with Coursera.

按照自己的节奏学习,并随时取消订阅.

Github证书在线

总美元0

mg不朽情缘游戏网址不退还在线课程或项目的费用. 如果你购买了一个在线课程,它不是你所期望的, 请通过FW市场@franklin与mg不朽情缘游戏网址联系.分享你建设性的反馈.

问一个问题

合作伙伴及团体折扣

如果你所在的组织希望提高员工的技能, 团购价格有折扣. 请联系:

惠特尼Iles
伙伴关系和客户管理总监
惠特尼.iles@ngskmc-eis.net
614.947.6702

附加选项

如果你找不到你想要的,可能还有其他的选择. 请联系:

阿比盖尔Warfel
劳动力和专业发展协调员
阿比盖尔.warfel@ngskmc-eis.net
614.947.6288

它是如何工作的

  1. 创建您的帐户

    只用你的名字、电子邮件和电话号码注册. 这将允许您登录并保存您最喜欢的程序,当您浏览mg不朽情缘游戏网址的产品, 以及访问您购买的任何产品.

  2. 立即付费报名

    一些程序包含在mg不朽情缘游戏网址每月49美元的订阅费中, 而另一些则以个人为基础定价. 选择适合您的方式,并通过mg不朽情缘游戏网址快速、简单、安全的支付门户进行支付.

  3. 开始学习

    选择mg不朽情缘游戏网址的自定进度产品,按照您自己的时间表工作, 或者选择教师指导的课程,以获得更传统的体验.

  4. 分享

    分享 the certificates, badges, and credentials you earn to put your new skills to work for you.

它是如何工作的

  1. 报名

    提供您的姓名, email and phone number to start learning more about MedCerts and get connected to a personal education consultant.

  2. 见见你的教育顾问

    根据你的职业目标参加你理想的项目. mg不朽情缘游戏网址会帮你确定最佳路线 & 付款计划.

  3. 开始学习

    利用mg不朽情缘游戏网址的沉浸式学习 & 动态备考. 从你的个人学生成功顾问那里获得指导和动力.

  4. 得到认证

    用你新学到的知识参加你的认证考试 & 获得国家资格证书.

合作伙伴控制台

您的更改已成功提交