<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>git on Works on Their Machines</title>
    <link>http://blog.cloudassembler.com/tags/git/</link>
    <description>Recent content in git on Works on Their Machines</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <lastBuildDate>Tue, 30 Apr 2019 00:00:00 +0000</lastBuildDate>
    
	<atom:link href="http://blog.cloudassembler.com/tags/git/index.xml" rel="self" type="application/rss+xml" />
    
    
    <item>
      <title>Git Cheatsheet</title>
      <link>http://blog.cloudassembler.com/cheatsheets/cheatsheet-git/</link>
      <pubDate>Tue, 30 Apr 2019 00:00:00 +0000</pubDate>
      
      <guid>http://blog.cloudassembler.com/cheatsheets/cheatsheet-git/</guid>
      <description>Sections Basic Git Commands Branches Tagging Setting up linters Resources   Basic Git Commands     Do something
 git something
     Branches     List local branches
 git branch
   List all branches
 git branch -av
   Create a branch
 git branch &amp;lt;branch_name&amp;gt;
   checkout Create a branch
 git checkout &amp;lt;branch_name&amp;gt;</description>
    </item>
    
  </channel>
</rss>