<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>Git Pit by Tony Grimes</title>
      <link>https://padlet.com/acidtone/git_github</link>
      <description>Cheat sheets for working on your Git game.</description>
      <language>en-us</language>
      <pubDate>2021-08-10 19:53:41 UTC</pubDate>
      <lastBuildDate>2021-09-13 12:23:39 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url>https://padlet.net/icons/png/1f9da-2642.png</url>
      </image>
      <item>
         <title>Setting your name and email</title>
         <author>acidtone</author>
         <link>https://padlet.com/acidtone/git_github/wish/1676473667</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://gist.github.com/acidtone/6ca4c62d88570732d3760904ef965e4d" />
         <pubDate>2021-08-12 06:00:30 UTC</pubDate>
         <guid>https://padlet.com/acidtone/git_github/wish/1676473667</guid>
      </item>
      <item>
         <title>Installing Git</title>
         <author>acidtone</author>
         <link>https://padlet.com/acidtone/git_github/wish/1676474751</link>
         <description><![CDATA[<div>Recommended for beginners, download the binary and double-click to install.</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-08-12 06:02:02 UTC</pubDate>
         <guid>https://padlet.com/acidtone/git_github/wish/1676474751</guid>
      </item>
      <item>
         <title>Creating a global .gitignore file</title>
         <author>acidtone</author>
         <link>https://padlet.com/acidtone/git_github/wish/1676475081</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://docs.github.com/en/get-started/getting-started-with-git/ignoring-files#configuring-ignored-files-for-all-repositories-on-your-computer" />
         <pubDate>2021-08-12 06:02:32 UTC</pubDate>
         <guid>https://padlet.com/acidtone/git_github/wish/1676475081</guid>
      </item>
      <item>
         <title>Initializing a new repo</title>
         <author>acidtone</author>
         <link>https://padlet.com/acidtone/git_github/wish/1676476143</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://gist.github.com/acidtone/34be4eeb841087ea6cf4a29fb83aecdc" />
         <pubDate>2021-08-12 06:03:51 UTC</pubDate>
         <guid>https://padlet.com/acidtone/git_github/wish/1676476143</guid>
      </item>
      <item>
         <title>Committing changes to a repo</title>
         <author>acidtone</author>
         <link>https://padlet.com/acidtone/git_github/wish/1676478214</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://gist.github.com/acidtone/f30da2c06c90c775f1c52508e09e9793" />
         <pubDate>2021-08-12 06:06:29 UTC</pubDate>
         <guid>https://padlet.com/acidtone/git_github/wish/1676478214</guid>
      </item>
      <item>
         <title>Creating a local .gitignore file</title>
         <author>acidtone</author>
         <link>https://padlet.com/acidtone/git_github/wish/1676478736</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://docs.github.com/en/get-started/getting-started-with-git/ignoring-files#configuring-ignored-files-for-a-single-repository" />
         <pubDate>2021-08-12 06:07:07 UTC</pubDate>
         <guid>https://padlet.com/acidtone/git_github/wish/1676478736</guid>
      </item>
      <item>
         <title>Creating a GitHub repo</title>
         <author>acidtone</author>
         <link>https://padlet.com/acidtone/git_github/wish/1676482278</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://docs.github.com/en/get-started/quickstart/create-a-repo" />
         <pubDate>2021-08-12 06:11:05 UTC</pubDate>
         <guid>https://padlet.com/acidtone/git_github/wish/1676482278</guid>
      </item>
      <item>
         <title>Cloning from a GitHub repo</title>
         <author>acidtone</author>
         <link>https://padlet.com/acidtone/git_github/wish/1676483525</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/cloning-a-repository-from-github/cloning-a-repository" />
         <pubDate>2021-08-12 06:12:30 UTC</pubDate>
         <guid>https://padlet.com/acidtone/git_github/wish/1676483525</guid>
      </item>
      <item>
         <title>Generating an SSH public key</title>
         <author>acidtone</author>
         <link>https://padlet.com/acidtone/git_github/wish/1676486913</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://docs.github.com/en/github/authenticating-to-github/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account" />
         <pubDate>2021-08-12 06:16:22 UTC</pubDate>
         <guid>https://padlet.com/acidtone/git_github/wish/1676486913</guid>
      </item>
      <item>
         <title>Pushing a local repo to GitHub</title>
         <author>acidtone</author>
         <link>https://padlet.com/acidtone/git_github/wish/1676487739</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://gist.github.com/acidtone/bfbf0d50baf834e7ffaf210cece78a69" />
         <pubDate>2021-08-12 06:17:15 UTC</pubDate>
         <guid>https://padlet.com/acidtone/git_github/wish/1676487739</guid>
      </item>
      <item>
         <title>Activity: Resolve your own merge conflict</title>
         <author>acidtone</author>
         <link>https://padlet.com/acidtone/git_github/wish/1676850156</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://gist.github.com/acidtone/d8c2e285c9b25fcb7443a4f0f4e4b4e6" />
         <pubDate>2021-08-12 13:57:57 UTC</pubDate>
         <guid>https://padlet.com/acidtone/git_github/wish/1676850156</guid>
      </item>
      <item>
         <title>Collaborating with branches</title>
         <author>acidtone</author>
         <link>https://padlet.com/acidtone/git_github/wish/1676852673</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://docs.github.com/en/get-started/quickstart/github-flow" />
         <pubDate>2021-08-12 13:59:40 UTC</pubDate>
         <guid>https://padlet.com/acidtone/git_github/wish/1676852673</guid>
      </item>
      <item>
         <title>Deploying a static site with GitHub Pages</title>
         <author>acidtone</author>
         <link>https://padlet.com/acidtone/git_github/wish/1676863813</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://developer.mozilla.org/en-US/docs/Learn/Common_questions/Using_Github_pages" />
         <pubDate>2021-08-12 14:06:53 UTC</pubDate>
         <guid>https://padlet.com/acidtone/git_github/wish/1676863813</guid>
      </item>
      <item>
         <title>Let&#39;s play catch</title>
         <author>acidtone</author>
         <link>https://padlet.com/acidtone/git_github/wish/1677468049</link>
         <description><![CDATA[<div>Pair program with a Driver and Navigator. When you switch positions, pass the code to the new driver with git.<br><br>1. The first Driver creates a new repo, pushes it to GitHub and invites the Navigator as a collaborator.<br>2. The Navigator accepts the invitation and clones the new repo to their system.<br>3. When the nerds switch roles, the current driver commits and pushes changes to the new Driver (who pulls the new code).</div>]]></description>
         <enclosure url="" />
         <pubDate>2021-08-12 23:59:52 UTC</pubDate>
         <guid>https://padlet.com/acidtone/git_github/wish/1677468049</guid>
      </item>
      <item>
         <title>Workflow Automation with GitHub Actions</title>
         <author>acidtone</author>
         <link>https://padlet.com/acidtone/git_github/wish/1677494447</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://github.com/features/actions" />
         <pubDate>2021-08-13 00:27:50 UTC</pubDate>
         <guid>https://padlet.com/acidtone/git_github/wish/1677494447</guid>
      </item>
      <item>
         <title>Sourcetree</title>
         <author></author>
         <link>https://padlet.com/acidtone/git_github/wish/1677538366</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://www.sourcetreeapp.com/" />
         <pubDate>2021-08-13 01:10:11 UTC</pubDate>
         <guid>https://padlet.com/acidtone/git_github/wish/1677538366</guid>
      </item>
      <item>
         <title>GitLens</title>
         <author></author>
         <link>https://padlet.com/acidtone/git_github/wish/1677539244</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://marketplace.visualstudio.com/items?itemName=eamodio.gitlens" />
         <pubDate>2021-08-13 01:11:02 UTC</pubDate>
         <guid>https://padlet.com/acidtone/git_github/wish/1677539244</guid>
      </item>
      <item>
         <title>Ignoring tracked files</title>
         <author>acidtone</author>
         <link>https://padlet.com/acidtone/git_github/wish/1705562462</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://stackoverflow.com/questions/1274057/how-can-i-make-git-forget-about-a-file-that-was-tracked-but-is-now-in-gitign" />
         <pubDate>2021-08-31 00:09:57 UTC</pubDate>
         <guid>https://padlet.com/acidtone/git_github/wish/1705562462</guid>
      </item>
   </channel>
</rss>
