<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Adrian De Niz</title>
    <description>The latest articles on DEV Community by Adrian De Niz (@adrian_deniz).</description>
    <link>https://dev.to/adrian_deniz</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F301697%2Fe5321b83-e7fd-437d-bac7-c574393a2e2a.jpeg</url>
      <title>DEV Community: Adrian De Niz</title>
      <link>https://dev.to/adrian_deniz</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/adrian_deniz"/>
    <language>en</language>
    <item>
      <title>GitHub Tutorial — Basic Commands to Get Started</title>
      <dc:creator>Adrian De Niz</dc:creator>
      <pubDate>Fri, 27 Dec 2019 03:46:07 +0000</pubDate>
      <link>https://dev.to/adrian_deniz/github-tutorial-basic-commands-to-get-started-26k</link>
      <guid>https://dev.to/adrian_deniz/github-tutorial-basic-commands-to-get-started-26k</guid>
      <description>&lt;p&gt;Commands for setup:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;git config --global user.name “John Doe”&lt;/li&gt;
&lt;li&gt;git config --global user.email “&lt;a href="mailto:example@email.com"&gt;example@email.com&lt;/a&gt;”&lt;/li&gt;
&lt;li&gt;git config --list
&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--fvF6wXYb--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/ycp0ayor1ksdasfezhoq.jpg" alt="Alt Text"&gt;
&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Commands to update remote repository:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;git add --all&lt;/li&gt;
&lt;li&gt;git commit -m ‘update’&lt;/li&gt;
&lt;li&gt;git push
&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s---48-VBjp--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/o94q3jna2dwadthnn51v.jpg" alt="Alt Text"&gt;
&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Command to update local repository:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;git pull
&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--t_jSyST---/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://thepracticaldev.s3.amazonaws.com/i/hfff23yl7wupqodxxjss.jpg" alt="Alt Text"&gt;
&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Here is a youtube video I posted that is more detailed on how to use these commands.&lt;br&gt;
&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/C7GeqBQoq4o"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

</description>
      <category>git</category>
      <category>github</category>
      <category>tutorial</category>
    </item>
  </channel>
</rss>
