<?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: Elmurod</title>
    <description>The latest articles on DEV Community by Elmurod (@elmurod5676).</description>
    <link>https://dev.to/elmurod5676</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%2F1222658%2Fe970392c-57c9-4a6f-8618-fed8ce20d845.jpg</url>
      <title>DEV Community: Elmurod</title>
      <link>https://dev.to/elmurod5676</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/elmurod5676"/>
    <language>en</language>
    <item>
      <title>Upload repository to GitHub with Git.</title>
      <dc:creator>Elmurod</dc:creator>
      <pubDate>Thu, 07 Dec 2023 19:02:47 +0000</pubDate>
      <link>https://dev.to/elmurod5676/upload-repository-to-github-with-git-3nif</link>
      <guid>https://dev.to/elmurod5676/upload-repository-to-github-with-git-3nif</guid>
      <description>&lt;p&gt;Hello World!&lt;br&gt;
Today i teach you how to upload your file to GitHub by using git.&lt;/p&gt;

&lt;p&gt;1.&lt;code&gt;git clone _repository-link_&lt;/code&gt;download GitHub repository to device.&lt;br&gt;
after cloning repository you can add some files on this file.&lt;/p&gt;

&lt;p&gt;2.&lt;code&gt;git status&lt;/code&gt;You can see aded files.&lt;/p&gt;

&lt;p&gt;3.&lt;code&gt;git add _filename_ or (.)&lt;/code&gt;for add new files.&lt;/p&gt;

&lt;p&gt;4.&lt;code&gt;git commit -m "anything"&lt;/code&gt;&lt;br&gt;
5.And finally &lt;code&gt;git push&lt;/code&gt; you upload your repository with your new files.&lt;/p&gt;

</description>
      <category>git</category>
    </item>
    <item>
      <title>You Installed Linux Do this command Now!</title>
      <dc:creator>Elmurod</dc:creator>
      <pubDate>Thu, 30 Nov 2023 16:25:00 +0000</pubDate>
      <link>https://dev.to/elmurod5676/you-installed-linux-do-this-command-now-13kh</link>
      <guid>https://dev.to/elmurod5676/you-installed-linux-do-this-command-now-13kh</guid>
      <description>&lt;p&gt;You Linux user you do this after installing &lt;br&gt;
&lt;code&gt;sudo apt-get update&lt;/code&gt; after this command your OS will be updated&lt;br&gt;
&lt;code&gt;sudo apt-get upgrade&lt;/code&gt; after this command your OS will be upgraded&lt;/p&gt;

&lt;p&gt;Thank you for reading!&lt;/p&gt;

</description>
      <category>linux</category>
    </item>
  </channel>
</rss>
