<?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: shoxruxsunnatov</title>
    <description>The latest articles on DEV Community by shoxruxsunnatov (@shoxruxsunnatov).</description>
    <link>https://dev.to/shoxruxsunnatov</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%2F1015517%2F86a1dde4-90dd-4eb2-a387-7e54082b00ec.jpeg</url>
      <title>DEV Community: shoxruxsunnatov</title>
      <link>https://dev.to/shoxruxsunnatov</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/shoxruxsunnatov"/>
    <language>en</language>
    <item>
      <title>GitHub bilan ishlash. Birlamchi buyruqlar.</title>
      <dc:creator>shoxruxsunnatov</dc:creator>
      <pubDate>Fri, 27 Jan 2023 10:18:38 +0000</pubDate>
      <link>https://dev.to/shoxruxsunnatov/github-bilan-ishlash-birlamchi-buyruqlar-18gj</link>
      <guid>https://dev.to/shoxruxsunnatov/github-bilan-ishlash-birlamchi-buyruqlar-18gj</guid>
      <description>&lt;p&gt;Bilishimiz kerak bo'lgan eng oddiy narsa bu &lt;strong&gt;Github'dagi repository'ni yuklab olish&lt;/strong&gt;, ya'ni clone qilish. &lt;/p&gt;

&lt;p&gt;Buning uchun repository'ning link'ini GitHub'dan ko'chirib olish kerak:&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--jMXGa1l7--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/sns9pmvjpuandcis97rl.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--jMXGa1l7--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/sns9pmvjpuandcis97rl.PNG" alt="Image description" width="676" height="462"&gt;&lt;/a&gt;&lt;br&gt;
Keyin repository linki orqali &lt;code&gt;clone&lt;/code&gt; qilamiz:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;git clone https://github.com/shoxruxsunnatov/solution-f.git
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;GitBash yangi &lt;em&gt;solution-f&lt;/em&gt; nomli papkaga repository'ni clone qiladi. Endi biz bu repository'ni o'zgartirib qayta jo'natishimiz mumkin.&lt;/p&gt;

&lt;p&gt;&lt;code&gt;git status&lt;/code&gt; orqali repository'dagi o'zgarishlar haqida ma'lumot olishimiz mumkin.&lt;/p&gt;

&lt;p&gt;Repository'ga o'zgartirishlar kiritgach, &lt;code&gt;git add .&lt;/code&gt; buyrug'i orqali o'zgartirishlarni &lt;code&gt;git&lt;/code&gt; ga qo'shamiz.&lt;/p&gt;

&lt;p&gt;&lt;code&gt;git commit -m "Yangi o'zgartirish"&lt;/code&gt; buyrug'i orqali o'zgartirishlarga nom berib, saqlaymiz.&lt;/p&gt;

&lt;p&gt;&lt;code&gt;git push origin branch_nomi&lt;/code&gt; orqali o'zgartirishlarni qaysidir &lt;code&gt;branch&lt;/code&gt; ga yuboramiz. &lt;code&gt;git push&lt;/code&gt; buyrug'i avtomatik &lt;code&gt;main&lt;/code&gt; branch'ga yuklaydi.&lt;/p&gt;

&lt;h2&gt;
  
  
  Yangi branch yaratish va unga repository ni yuklash
&lt;/h2&gt;

&lt;p&gt;&lt;code&gt;git branch yangi_branch_nomi&lt;/code&gt; orqali repository'da yangi branch yaratamiz.&lt;/p&gt;

&lt;p&gt;GitBash'ni yangi branch bilan ishlashga o'tkazish uchun &lt;code&gt;git checkout yangi_branch_nomi&lt;/code&gt; buyrug'ini kiritamiz.&lt;/p&gt;

&lt;p&gt;GitBash ayni paytda qaysi branch'da ishlayotganini &lt;code&gt;git branch -a&lt;/code&gt; buyrug'i bilan ko'rish mumkin.&lt;/p&gt;

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