Github证书在线

按需程序员知道Git. 你可以, 太, 与GitHub证书课程,使您跻身其他Git认证准备开发专业人员的行列.

获得2个大学学分

mg不朽情缘游戏网址与Coursera Campus合作,为寻求进步的学习者提供尖端证书. Courses are open to all learners. 无需申请.

包含在您的订阅中

获得无限制访问超过7,在Coursera网站上可以找到5000种课程,包括指导项目, 由数百所顶尖大学和公司提供的专业和专业证书. 您还可以访问mg不朽情缘试玩市场中找到的所有39个专业证书.

了解更多


你会学到什么

  • 看看Git和GitHub的许多组件和工作流,以及如何在devops中使用版本控制系统
  • 构建对Git架构和操作的理解,包括分支和合并
  • Develop skills in improving and tracking code
  • 学习使用协作工具和代码审查管理项目的最佳实践

About the GitHub Professional Certificate

如果你是一名当前或有抱负的IT专业人士,希望将Git和GitHub添加到你的技能集, this GitHub Professional Certificate program is for you.

Once you complete the six courses in this certificate program, 你将有Git和GitHub资源如何在项目管理和协作中使用的实际工作知识.

您将对该技术有更清晰的了解,并了解版本控制的重要性, 远程存储库和其他工业标准Github工具的功能.

通过这个课程, 你将有很多机会通过实践实验作业来应用你所学到的知识. In addition to initializing a repository, 查找和修复错误, 并使用Git命令, 您将更接近于掌握代码开发人员的主要工具之一. +, 每个实验作业, you'll be creating your very own Git portfolio; one you can share with prospective employers to demonstrate your knowledge and skills.

Required Github Certificate Courses

数据科学家的工具箱

数据科学 | Self-paced | 18 hours

在本课程中,您将了解数据科学家工具箱中的主要工具和思想. The course gives an overview of the data, 问题, and 太ls that data analysts and data scientists work with. There are two components to this course. 第一部分是对将数据转化为可操作知识背后的思想的概念介绍. 第二部分是对程序中将要使用的工具(如版本控制)的实用介绍, 减价, git, GitHub, R, 和RStudio.
使用Git进行版本控制

计算机科学 | Self-paced | 13 hours

The 使用Git进行版本控制 course provides you with a solid, 了解Git版本控制系统的实践基础. Git是最初由Linus Torvalds创建的开源软件. Git manages team files for large and small projects. This allows the team to continuously improve its product. It is used by most major technology companies, 并且被认为是许多现代编程和IT工作的必备知识. 它是DevOps、持续交付管道和云原生计算的核心组件. 您还可以使用Git来管理您正在编写的书的许多不断改进的修订. 在本课程中, you will not learn everything there is to know about Git, 但是,您将对该技术建立牢固的概念性理解, 之后,你就能自信地深入挖掘任何你感兴趣的话题. This course assumes no previous knowledge of Git, but if you do have experience with it, you may find this course to be both useful and challenging. 如果你目前“知道的Git足够危险”,这一点尤其正确。. There are two paths in this course. Both rely heavily on hands-on labs. 一种方法假设您有使用命令行界面的经验, and the other path uses the Sourcetree graphical client. If you are not experienced with a command line, we highly suggest that you go through the Sourcetree path. 最终, you might want to go through both paths, so that you can decide which 太l to use for specific tasks. Besides, repetition is good for learning :) 如果你愿意,你可以在手机上观看视频和做测试, 但动手实验要求你有一台Windows或Mac电脑. 如果您在整个课程中使用命令行路径,您也可以使用Linux. This course uses Bitbucket (bitbucket.org) as the hosted provider for remote Git repositories. Bitbucket对于5人以内的团队是免费的,包括私有存储库. 然而, 您在本课程中获得的大部分知识都适用于Git本身, 你可以把这些知识应用到其他托管的Git提供商(比如GitHub). This course tries to be as concise as possible. 你可能要花5-10个小时才能走完这两条路中的一条, 但你的里程可能会有所不同.
Introduction to Git and GitHub

BEGINNER | 信息技术 | Self-paced | 44 hours

在本课程中, 您将学习如何使用称为Git的流行版本控制系统(VCS)跟踪代码和配置文件的不同版本. mg不朽情缘游戏网址还将介绍如何使用名为GitHub的服务设置帐户,以便您可以创建自己的远程存储库来存储代码和配置. 在整个课程中, 您将了解Git的核心功能,以便您了解如何以及为什么在组织中使用它. mg不朽情缘游戏网址将研究基本和更高级的特性,如分支和合并. mg不朽情缘游戏网址将演示如何在紧急情况下或调试时掌握像Git这样的VCS的工作知识. 然后,mg不朽情缘游戏网址将探讨如何使用VCS通过远程存储库与其他VCS一起工作, like the ones provided by GitHub. 这门课结束的时候, 你将能够在Git中存储代码的历史记录,并在GitHub中与其他人协作, where you’ll also start creating your own portfolio! In order to follow along and complete the assessments, 你需要一台可以安装Git或者让管理员帮你安装的电脑.
Using Git for Distributed Development

BEGINNER | 计算机科学 | Self-paced | 22 hours

课程4侧重于使用git进行开源软件的分布式开发. Git是一个版本控制系统,起源于Linux内核开发社区. Git的设计目的是帮助遍布全球从事复杂项目的开发人员以合理的方式协调他们的工作,并跟踪他们所做的一切. 随着时间的推移,Git已经被数以百万计的项目所使用. 本课程让您有机会学习如何有效地使用git,并在相对较短的时间内做出贡献. 它将包括: 如何安装git 如何初始化存储库 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 make commits, diffs, merges, rebases. 本课程将帮助您获得技能,以更好地理解如何使用git. You will have a good knowledge about git workflows, identifying problems in your workflows, and finding solutions to solve these problems.
Use Commands and Create a Remote Git Repository

INTERMEDIATE | 计算机科学 | Self-paced | 2 hours

在版本控制下维护项目的关键是将其作为远程存储库存储在服务器上,并随时间进行备份. 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 and BitBucket are two of the more popular choices, each with a free option and a subscription option. 在本课程中, 您将使用包含目录和文件的现有Git项目创建一个远程Git存储库. You will use Git commands such as push, 拉, 获取, 分支, 并合并以对本地Git存储库进行更改并将其添加到远程存储库. 注意:本课程最适合北美地区的学习者. mg不朽情缘游戏网址目前正致力于在其他地区提供相同的体验.
Git for Developers Using Github

BEGINNER | 计算机科学 | Self-paced | 2 hours

本课程将让您第一次了解使用git来管理代码的版本控制, 以及介绍如何访问初学者所需的Github工具. 开发人员需要版本控制,而git是一个行业标准. Github使分布式团队可以轻松访问存储库的能力, as well as its support for agile development, make it a valuable 太l for every developer's 太lbox. 在这个项目结束的时候, 您将创建一个从开源项目派生的Github托管存储库,并启动您自己的Github存储库. You'll learn about forking and cloning projects, 在开发环境中创建分支来处理存储库, 推动您的更改, 恢复的变化, 保持提交干净. 有了这个介绍, 你将离掌握每个开发人员创建新应用所需的工具更近一步, 叉子:最喜欢的工具的叉子, 或者下一个大项目. 注意:本课程最适合北美地区的学习者. mg不朽情缘游戏网址目前正致力于在其他地区提供相同的体验.

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

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

该大学已经评估了数百个行业认可的熟练程度认证,并授予相当于mg不朽情缘试玩特定课程的学分, as well as technical- or elective-credit requirements. 看看通过建立之前的学习学分,你可以为你的学位节省多少时间和金钱.

浏览 & 过滤器

学位类型
项目类型



常见问题

How much does the GitHub Professional Certificate cost?

When you enroll in this self-paced certificate program, 你决定你想多快完成每门专业课程. 要访问课程, you pay a small monthly cost of $35, 所以你的专业证书的总费用取决于你. +, you can take a break or cancel your subscription anytime.

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

完成课程和实践项目平均需要3-4个月的时间来获得证书.

What prior experience do I need to enroll?

No prior experienced is needed for this beginner-level series. 现在招收.

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

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

与您的专业网络分享它,以证明您知道如何利用Git进行工作流, collaboration and version control.

我是否需要申请并被录取为mg不朽情缘游戏网址的学生,才能通过FranklinWORKS市场提供课程?

No. Courses offered through the 市场 are for all learners. There is no application or admission process.

If I complete a certificate and decide to enroll at Franklin, how do I get course credit toward a degree?

Please submit your certificate to plc@planetballroomonline.com 供审查和处理. After your official evaluation has been completed, 请检查它,以确保所有符合条件的学分已被应用. 

你可以 submit documentation before or after you 适用于mg不朽情缘试玩.



3-4
完成时间:

可共享的证书

Earn a certificate upon completion

100%的在线

Start instantly and learn on your own schedule

灵活的

Set timelines that are convenient for you

初学者水平

为 anyone who is interested in learning

登录

返回用户

Have you taken Franklin courses previously? If so, you can log in with your existing credentials:

登录

如果你有一个帐户,但不知道你的用户名或密码,你可以在这里恢复它们:

帐户恢复

新用户

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

请登录 返回用户 area.

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

If you believe this to be in error, 或者无法使用现有的Franklin帐户凭据, 请与 mg不朽情缘游戏网址服务台 寻求帮助.

立即付费报名 in Coursera Programs!

每月49元, 你可以无限制地访问mg不朽情缘游戏网址与Coursera合作提供的完整课程目录.

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

Github证书在线

总美元0

We do not refund payment for online courses or programs. 如果你购买了一个在线课程,它不是你所期望的, please contact us at FWMarketplace@planetballroomonline.com to share your constructive feedback.

问一个问题

Partnership and Group Discounts

如果你所在的组织希望提高员工的技能, discounted group pricing is available. 请联系:

惠特尼Iles
Director of Partnerships and Client Management
惠特尼.iles@planetballroomonline.com
614.947.6702

附加选项

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

大卫·克尔
战略联盟体系 & 运营总监
FWMarketplace@planetballroomonline.com
614.947.6079

它是如何工作的

  1. 创建您的帐户

    Sign up with just your name, email, and phone number. 这将允许您登录并保存您最喜欢的程序,当您浏览mg不朽情缘游戏网址的产品, as well as access any products you purchase.

  2. 立即付费报名

    一些程序包含在mg不朽情缘游戏网址每月49美元的订阅费中, while others are priced on an individual basis. 选择适合您的方式,并通过mg不朽情缘游戏网址快速、简单、安全的支付门户进行支付.

  3. 开始学习

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

  4. 分享

    分享你获得的证书、徽章和证书,让你的新技能为你服务.

它是如何工作的

  1. 报名

    提供您的姓名, 电子邮件和电话号码,开始了解更多关于医疗证书,并与个人教育顾问联系.

  2. Meet Your Education Consultant

    Enroll in your ideal program based on your career goals. We'll help you determine the best path & 付款计划.

  3. 开始学习

    Utilize our immersive learning & 动态备考. 从你的个人学生成功顾问那里获得指导和动力.

  4. 得到认证

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

合作伙伴控制台

Your changes were successfully submitted