<?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 Kind of Idea</title>
    <link>https://kindofidea.com/tags/git/</link>
    <description>Recent content in Git on Kind of Idea</description>
    <generator>Hugo</generator>
    <language>en-US</language>
    <lastBuildDate>Fri, 31 Oct 2014 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://kindofidea.com/tags/git/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Git for IT Managers: The Commands Used 90% of the Time</title>
      <link>https://kindofidea.com/git-for-it-managers-the-commands-used-90-of-the-time/</link>
      <pubDate>Fri, 31 Oct 2014 00:00:00 +0000</pubDate>
      <guid>https://kindofidea.com/git-for-it-managers-the-commands-used-90-of-the-time/</guid>
      <description>&lt;p&gt;IT managers have to deal extensively with strategic matters, but it is always important to have some knowledge of code, and this step-by-step guide shows how Git is used 90% of the time. This example simulates using the C# language with Visual Studio. However, the following process applies to any other programming language.&lt;/p&gt;&#xA;&lt;h2 id=&#34;getting-started-with-git&#34;&gt;Getting Started with Git&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Install Git on the machine, selecting the second configuration option in the Git download&lt;/li&gt;&#xA;&lt;li&gt;Open a DOS command prompt&lt;/li&gt;&#xA;&lt;li&gt;Configure the name: git config user.name &amp;ldquo;UserName&amp;rdquo;&lt;/li&gt;&#xA;&lt;li&gt;Configure the email: git config user.email &amp;ldquo;&lt;a href=&#34;mailto:username@rn.gov.br&#34;&gt;username@rn.gov.br&lt;/a&gt;&amp;rdquo;&lt;/li&gt;&#xA;&lt;li&gt;Clone the project: git clone url.git&lt;/li&gt;&#xA;&lt;li&gt;Enter the cloned system&amp;rsquo;s folder: cd pasta_do_sistema&lt;/li&gt;&#xA;&lt;li&gt;Create the dev branch: git branch dev&lt;/li&gt;&#xA;&lt;li&gt;Switch to the dev branch: git checkout dev&lt;/li&gt;&#xA;&lt;li&gt;Download dev from the server into local dev: git pull origin dev&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;From here, you can open the project in Visual Studio and run it.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Tutorial: Git for Designers</title>
      <link>https://kindofidea.com/tutorial-git-for-designers/</link>
      <pubDate>Mon, 22 Jun 2009 00:00:00 +0000</pubDate>
      <guid>https://kindofidea.com/tutorial-git-for-designers/</guid>
      <description>&lt;p&gt;Hi, everyone.&lt;/p&gt;&#xA;&lt;p&gt;I&amp;rsquo;d already given an overview of the Git workflow in the translated article &lt;a href=&#34;http://valeriofarias.com/git-para-designers/&#34;&gt;Introduction to Git for Designers&lt;/a&gt;, written by an American designer.&lt;/p&gt;&#xA;&lt;p&gt;To continue learning Git, I thought it would be interesting to translate a tutorial that was simple, and I ended up choosing this one:&lt;/p&gt;&#xA;&lt;h2 id=&#34;tutorial-git-for-designers&#34;&gt;&lt;a href=&#34;http://valeriofarias.com/gitparadesigners.htm&#34;&gt;Tutorial: Git for Designers&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;Along with the translation, I added some notes to make learning as intuitive as possible.&lt;/p&gt;&#xA;&lt;p&gt;My goals with these translations are:&lt;/p&gt;</description>
    </item>
    <item>
      <title>An Introduction to Git for Designers</title>
      <link>https://kindofidea.com/an-introduction-to-git-for-designers/</link>
      <pubDate>Sun, 07 Jun 2009 00:00:00 +0000</pubDate>
      <guid>https://kindofidea.com/an-introduction-to-git-for-designers/</guid>
      <description>&lt;blockquote&gt;Since the vast majority of articles, tutorials, and comments about Git are written by and for programmers (I fit that profile), I thought it would be interesting to translate this text by designer &lt;em&gt;Mindy Wagner&lt;/em&gt;. The post gives a simple overview of Git. It&#39;s great for introducing designers and even developers who don&#39;t yet use version control systems. Escape the chaos—use Git! Here&#39;s the translation:&lt;/blockquote&gt;&#xA;&lt;p&gt;Unless you have a one-person web shop with no team to collaborate with, you&amp;rsquo;re experiencing the frustration that comes with sharing files. No matter how hard you try, &lt;strong&gt;when several people work on a single project without a version control system, things become chaotic.&lt;/strong&gt;&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
