<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title>Track Github Cheat Sheet Updates Weekly</title>
  <id>https://www.trackawesomelist.com/tiimgreen/github-cheat-sheet/week/feed.xml</id>
  <updated>2020-02-02T15:41:57.000Z</updated>
  <link rel="self" type="application/atom+xml" href="https://www.trackawesomelist.com/tiimgreen/github-cheat-sheet/week/feed.xml"/>
  <link rel="alternate" type="application/json" href="https://www.trackawesomelist.com/tiimgreen/github-cheat-sheet/week/feed.json"/>
  <link rel="alternate" type="text/html" href="https://www.trackawesomelist.com/tiimgreen/github-cheat-sheet/week/"/>
  <generator uri="https://github.com/bcomnes/jsonfeed-to-atom#readme" version="1.2.2">jsonfeed-to-atom</generator>
  <icon>https://www.trackawesomelist.com/favicon.ico</icon>
  <logo>https://www.trackawesomelist.com/icon.png</logo>
  <subtitle>A list of cool features of Git and GitHub.</subtitle>
  <entry>
    <id>https://www.trackawesomelist.com/2020/5/</id>
    <title>Github Cheat Sheet Updates on Feb 03 - Feb 09, 2020</title>
    <updated>2020-02-02T15:41:57.000Z</updated>
    <published>2020-02-02T15:41:57.000Z</published>
    <content type="html"><![CDATA[<h3><p>Keyboard Shortcuts / Compare Branches across Forked Repositories</p>
</h3>
<ul>
<li>Pressing <code>s</code> will focus the search field for the current repository. Pressing ↓ to select the “All GitHub” option changes the field to search all of GitHub.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2020/5/"/>
    <summary>1 awesome projects updated on Feb 03 - Feb 09, 2020</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2016/36/</id>
    <title>Github Cheat Sheet Updates on Sep 05 - Sep 11, 2016</title>
    <updated>2016-09-08T16:35:38.000Z</updated>
    <published>2016-09-08T16:35:38.000Z</published>
    <content type="html"><![CDATA[<h3><p>Keyboard Shortcuts / Compare Branches across Forked Repositories</p>
</h3>
<ul>
<li>Pressing <code>y</code> <strong>when looking at a file</strong> (e.g., <code>https://github.com/tiimgreen/github-cheat-sheet/blob/master/README.md</code>) will change your URL to one which, in effect, freezes the page you are looking at. If this code changes, you will still be able to see what you saw at that current time.</li>
</ul>
<h3><p>Git Grep / GitHub Talks</p>
</h3>
<ul>
<li><code>-e</code> The next parameter is the pattern (e.g., regex)</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2016/36/"/>
    <summary>2 awesome projects updated on Sep 05 - Sep 11, 2016</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2016/5/</id>
    <title>Github Cheat Sheet Updates on Feb 01 - Feb 07, 2016</title>
    <updated>2016-02-07T16:59:58.000Z</updated>
    <published>2016-02-07T16:59:58.000Z</published>
    <content type="html"><![CDATA[<h3><p>Empty Commits / GitHub Talks</p>
</h3>
<ul>
<li>The first commit of a repository: <code>git commit -m "Initial commit" --allow-empty</code>.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2016/5/"/>
    <summary>1 awesome projects updated on Feb 01 - Feb 07, 2016</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2015/23/</id>
    <title>Github Cheat Sheet Updates on Jun 08 - Jun 14, 2015</title>
    <updated>2015-06-03T20:06:56.000Z</updated>
    <published>2015-06-03T20:06:56.000Z</published>
    <content type="html"><![CDATA[<h3><p>Git Grep / GitHub Talks</p>
</h3>
<ul>
<li><code>--and</code>, <code>--or</code> and <code>--not</code> Combine multiple patterns.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2015/23/"/>
    <summary>1 awesome projects updated on Jun 08 - Jun 14, 2015</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2015/4/</id>
    <title>Github Cheat Sheet Updates on Jan 26 - Feb 01, 2015</title>
    <updated>2015-01-21T00:31:45.000Z</updated>
    <published>2015-01-21T00:31:45.000Z</published>
    <content type="html"><![CDATA[<h3><p>Emojis / Compare Branches across Forked Repositories</p>
</h3>
<ul>
<li><code>:shipit:</code></li>
</ul>

<ul>
<li><code>✨</code></li>
</ul>

<ul>
<li><code>👎</code></li>
</ul>

<ul>
<li><code>👍</code></li>
</ul>

<ul>
<li><code>👏</code></li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2015/4/"/>
    <summary>5 awesome projects updated on Jan 26 - Feb 01, 2015</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2014/20/</id>
    <title>Github Cheat Sheet Updates on May 19 - May 25, 2014</title>
    <updated>2014-05-18T19:00:10.000Z</updated>
    <published>2014-05-18T19:00:10.000Z</published>
    <content type="html"><![CDATA[<h3><p>Task Lists / Task Lists in Markdown Documents</p>
</h3>
<ul>
<li> Earth<ul>
<li> Moon</li>
</ul>
</li>
</ul>

<ul>
<li> Mars<ul>
<li> Deimos</li>
<li> Phobos</li>
</ul>
</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2014/20/"/>
    <summary>2 awesome projects updated on May 19 - May 25, 2014</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2014/18/</id>
    <title>Github Cheat Sheet Updates on May 05 - May 11, 2014</title>
    <updated>2014-04-28T18:16:07.000Z</updated>
    <published>2014-04-28T18:15:16.000Z</published>
    <content type="html"><![CDATA[<h3><p>Task Lists / Task Lists in Markdown Documents</p>
</h3>
<ul>
<li> Mercury</li>
</ul>

<ul>
<li> Venus</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2014/18/"/>
    <summary>2 awesome projects updated on May 05 - May 11, 2014</summary>
  </entry>
  <entry>
    <id>https://www.trackawesomelist.com/2014/16/</id>
    <title>Github Cheat Sheet Updates on Apr 21 - Apr 27, 2014</title>
    <updated>2014-04-16T17:09:35.000Z</updated>
    <published>2014-04-14T18:49:22.000Z</published>
    <content type="html"><![CDATA[<h3><p>Keyboard Shortcuts / Compare Branches across Forked Repositories</p>
</h3>
<ul>
<li>Pressing <code>t</code> will bring up a file explorer.</li>
</ul>

<ul>
<li>Pressing <code>w</code> will bring up the branch selector.</li>
</ul>

<ul>
<li>Pressing <code>l</code> will edit labels on existing Issues.</li>
</ul>
<h3><p>Stripspace / GitHub Talks</p>
</h3>
<ul>
<li>Strips trailing whitespace</li>
</ul>

<ul>
<li>Collapses newlines</li>
</ul>

<ul>
<li>Adds newline to end of file</li>
</ul>
<h3><p>Empty Commits / GitHub Talks</p>
</h3>
<ul>
<li>Annotating the start of a new bulk of work or a new feature.</li>
</ul>

<ul>
<li>Documenting when you make changes to the project that aren't code related.</li>
</ul>

<ul>
<li>Communicating with people using your repository.</li>
</ul>
]]></content>
    <link rel="alternate" href="https://www.trackawesomelist.com/2014/16/"/>
    <summary>9 awesome projects updated on Apr 21 - Apr 27, 2014</summary>
  </entry>
</feed>