<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>IT Management on Kind of Idea</title>
    <link>https://kindofidea.com/tags/it-management/</link>
    <description>Recent content in IT Management 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/it-management/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>
  </channel>
</rss>
