<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Introduction to Version Control :: Git &amp; Github through GitKraken Client - From Zero to Hero!</title>
    <link>https://deploy-preview-149--peppy-otter-7a55ad.netlify.app/00-intro-to-version-control/index.html</link>
    <description></description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Mon, 01 Jan 0001 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://deploy-preview-149--peppy-otter-7a55ad.netlify.app/00-intro-to-version-control/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Version Control</title>
      <link>https://deploy-preview-149--peppy-otter-7a55ad.netlify.app/00-intro-to-version-control/01-what-is-version-control/index.html</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://deploy-preview-149--peppy-otter-7a55ad.netlify.app/00-intro-to-version-control/01-what-is-version-control/index.html</guid>
      <description>Who has heard of version control software? 🖐️&#xA;What is Version control? The management of changes to documents, computer programs, large web sites, and other collections of information.&#xA;Examples:&#xA;Numbering of book editions&#xA;Wikipedia’s Page history&#xA;Where did it come from? The need for a logical way to organize and control revisions has existed for almost as long as writing has existed, but revision control became much more important, and complicated when the era of computing began https://en.wikipedia.org/wiki/Version_control</description>
    </item>
    <item>
      <title>Git</title>
      <link>https://deploy-preview-149--peppy-otter-7a55ad.netlify.app/00-intro-to-version-control/02-what-is-git/index.html</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://deploy-preview-149--peppy-otter-7a55ad.netlify.app/00-intro-to-version-control/02-what-is-git/index.html</guid>
      <description>What is git? Open source (free to use) Version control software. Usually accessed via the command line, or a client program.&#xA;Where did it come from? Git development began in 2006 after many developers of the Linux kernel gave up access to BitKeeper (at the time the best but proprietary)</description>
    </item>
    <item>
      <title>GitHub</title>
      <link>https://deploy-preview-149--peppy-otter-7a55ad.netlify.app/00-intro-to-version-control/03-what-is-github/index.html</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://deploy-preview-149--peppy-otter-7a55ad.netlify.app/00-intro-to-version-control/03-what-is-github/index.html</guid>
      <description>What is GitHub A website that allows you to store your Git repositories online and makes it easy to collaborate with others. They also provide other services like issue (bug) tracking and wikis. Similar services are GitLab and BitBucket.&#xA;Why use it in research: Copyright 2016 Mozilla Science Lab CC-0</description>
    </item>
    <item>
      <title>Gitkraken Client</title>
      <link>https://deploy-preview-149--peppy-otter-7a55ad.netlify.app/00-intro-to-version-control/04-what-is-gitkraken/index.html</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://deploy-preview-149--peppy-otter-7a55ad.netlify.app/00-intro-to-version-control/04-what-is-gitkraken/index.html</guid>
      <description>What is GitKraken Client GitKraken Client (https://www.gitkraken.com/git-client) is a powerful and elegant multiplatform graphical interface for Git developed as an alternative to working with Git from the command line.&#xA;It can also interact with GitHub or any other online repository.&#xA;We’ve chosen it because it makes setting up really easy and is also easy to use so we can focus more on the principles of version control.</description>
    </item>
    <item>
      <title>Anatomy of a Repository</title>
      <link>https://deploy-preview-149--peppy-otter-7a55ad.netlify.app/00-intro-to-version-control/04a-anatomy-repo/index.html</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://deploy-preview-149--peppy-otter-7a55ad.netlify.app/00-intro-to-version-control/04a-anatomy-repo/index.html</guid>
      <description>Anatomy of a GitHub Repository Readme files. The README.md files explain what your project is, and how to install and use it. README.md is the file that is automatically displayed when you open a GitHub repo.&#xA;License. Without some sort of licence, the contents of the repository are technically closed. Some allow users of the code to do anything they like with their code - these are known as permissive licences. Examples are the MIT Licence or Apache.</description>
    </item>
    <item>
      <title>Version Control Recap</title>
      <link>https://deploy-preview-149--peppy-otter-7a55ad.netlify.app/00-intro-to-version-control/05-recap/index.html</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://deploy-preview-149--peppy-otter-7a55ad.netlify.app/00-intro-to-version-control/05-recap/index.html</guid>
      <description>Git, GitHub, &amp; GitKraken Client Git, GitKraken Client, and GitHub are three separate things. Git is the system used for version control, but you don’t have to use it with GitHub or GitKraken Client.&#xA;- Git allows you to effectively “save” your work at important points in time and come back to any of the save points. - Sharing our work on GitHub allows others to inspect our work, make copies and contribute back changes. - GitKraken Client allows you to work with both from a single graphical user interface.</description>
    </item>
  </channel>
</rss>