<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Git &amp; GitHub through GitKraken Client - From Zero to Hero! :: Git &amp; Github through GitKraken Client - From Zero to Hero!</title>
    <link>https://deploy-preview-149--peppy-otter-7a55ad.netlify.app/index.html</link>
    <description>In this course you’ll be learning version control and collaboration through Git, GitHub &amp; GitKraken Client&#xA;Version controlling your own project through Git &amp; GitHub. Basic collaboration through forks on GitHub. Advanced team collaboration through branches on GitHub. Using GitKraken Client for a smooth version control experience.</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Mon, 31 Oct 2022 09:47:00 +0100</lastBuildDate>
    <atom:link href="https://deploy-preview-149--peppy-otter-7a55ad.netlify.app/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Introduction to Version Control</title>
      <link>https://deploy-preview-149--peppy-otter-7a55ad.netlify.app/00-intro-to-version-control/index.html</link>
      <pubDate>Wed, 05 Aug 2020 17:58:11 +0100</pubDate>
      <guid>https://deploy-preview-149--peppy-otter-7a55ad.netlify.app/00-intro-to-version-control/index.html</guid>
      <description></description>
    </item>
    <item>
      <title>Getting Started With Git and GitHub</title>
      <link>https://deploy-preview-149--peppy-otter-7a55ad.netlify.app/01-getting-started-with-git-and-github/index.html</link>
      <pubDate>Wed, 05 Aug 2020 17:40:37 +0100</pubDate>
      <guid>https://deploy-preview-149--peppy-otter-7a55ad.netlify.app/01-getting-started-with-git-and-github/index.html</guid>
      <description>Let’s start with some practical exercises! In this chapter we’ll be creating a new repository locally and on GitHub, making and versioning changes and pulling and pushing changes to GitHub</description>
    </item>
    <item>
      <title>Websites With GitHub Pages</title>
      <link>https://deploy-preview-149--peppy-otter-7a55ad.netlify.app/02-websites-with-github-pages/index.html</link>
      <pubDate>Wed, 05 Aug 2020 17:55:45 +0100</pubDate>
      <guid>https://deploy-preview-149--peppy-otter-7a55ad.netlify.app/02-websites-with-github-pages/index.html</guid>
      <description>Still not convinced that GitHub is something you should be using? There’s another great feature:&#xA;They make it relatively straightforward to create a website for free, using markdown and GitHub pages.</description>
    </item>
    <item>
      <title>Cloning and Collaborating with GitKraken Client</title>
      <link>https://deploy-preview-149--peppy-otter-7a55ad.netlify.app/03-collaborative_github_basics/index.html</link>
      <pubDate>Wed, 05 Aug 2020 17:55:45 +0100</pubDate>
      <guid>https://deploy-preview-149--peppy-otter-7a55ad.netlify.app/03-collaborative_github_basics/index.html</guid>
      <description>In this Chapter we’ll be exploring how to clone (copy) other people’s repositories from GitHub and contribute content back as well as how to sync local repositories with upstream changes.</description>
    </item>
    <item>
      <title>Advanced Collaboration through GitHub</title>
      <link>https://deploy-preview-149--peppy-otter-7a55ad.netlify.app/04-collaborative_github_advanced/index.html</link>
      <pubDate>Thu, 13 May 2021 17:25:55 +0300</pubDate>
      <guid>https://deploy-preview-149--peppy-otter-7a55ad.netlify.app/04-collaborative_github_advanced/index.html</guid>
      <description>In this chapter we will learn how to set up a GitHub repo for team collaboration, add collaborators, use issues to administer tasks, contribute code through branches, review contributions and handle merge conflicts.</description>
    </item>
    <item>
      <title>FAQ, Glossary and Links</title>
      <link>https://deploy-preview-149--peppy-otter-7a55ad.netlify.app/faq-glossary-links/index.html</link>
      <pubDate>Wed, 06 Jul 2022 18:37:16 +0100</pubDate>
      <guid>https://deploy-preview-149--peppy-otter-7a55ad.netlify.app/faq-glossary-links/index.html</guid>
      <description></description>
    </item>
    <item>
      <title>Setup</title>
      <link>https://deploy-preview-149--peppy-otter-7a55ad.netlify.app/setup/index.html</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://deploy-preview-149--peppy-otter-7a55ad.netlify.app/setup/index.html</guid>
      <description>Software Requirements This workshop assumes you have GitKraken Client installed on your computer and a personal GitHub account.&#xA;*GitHub (i.e. github.com). To work on GitHub you will need a supported web browser (current versions of Chrome, Firefox or Safari, or Internet Explorer version 9 or above).&#xA;GitKraken Client is a powerful and elegant multiplatform graphical interface for Git developed as an alternative to working with Git from the command line.</description>
    </item>
    <item>
      <title>Online Learning Platforms</title>
      <link>https://deploy-preview-149--peppy-otter-7a55ad.netlify.app/platforms/index.html</link>
      <pubDate>Mon, 31 Oct 2022 09:47:00 +0100</pubDate>
      <guid>https://deploy-preview-149--peppy-otter-7a55ad.netlify.app/platforms/index.html</guid>
      <description>This page is for keeping some useful resources in running this course online.&#xA;Blackboard Collaborate Screenshot of the user interface of Blackboard Collaborate&#xA;Etiquette Please keep microphones muted when not speaking, but feel free to speak up any time. Use the ‘raise hand’ feature if you need assistance or would like to ask a pressing question. Please feel free to ask questions in the chat any time. We ask participants to use the ‘reactions’ frequently to help us follow how everyone is getting on!</description>
    </item>
    <item>
      <title>Credits</title>
      <link>https://deploy-preview-149--peppy-otter-7a55ad.netlify.app/credits/index.html</link>
      <pubDate>Wed, 05 Aug 2020 14:40:58 +0100</pubDate>
      <guid>https://deploy-preview-149--peppy-otter-7a55ad.netlify.app/credits/index.html</guid>
      <description>Content Setup instructions Setup instructions were adapted from the Software Carpentry Workshop Template, made available under the Creative Commons Attribution (CC BY 4.0) license Copyright © Software Carpentry.&#xA;Content Practical exercises The practical exercises in Getting Started with Git and GitHub and Websites with GitHub pages were adapted from the Open source for researchers - open source by Yo Yehudi, made available under an MIT license. Copyright (c) 2018 open-source-for-researchers. The adapted versions of this content were developed in collaboration with Augustinos Vouros.</description>
    </item>
    <item>
      <title>Snippets</title>
      <link>https://deploy-preview-149--peppy-otter-7a55ad.netlify.app/snippets/index.html</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://deploy-preview-149--peppy-otter-7a55ad.netlify.app/snippets/index.html</guid>
      <description></description>
    </item>
  </channel>
</rss>