<?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>Forem: vijaysolankiii</title>
    <description>The latest articles on Forem by vijaysolankiii (@vijaysolankiii).</description>
    <link>https://forem.com/vijaysolankiii</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%2F707120%2F4116444e-67bf-4235-aed1-c30b917d280d.png</url>
      <title>Forem: vijaysolankiii</title>
      <link>https://forem.com/vijaysolankiii</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/vijaysolankiii"/>
    <language>en</language>
    <item>
      <title>How to Master Basics in Git GitHub</title>
      <dc:creator>vijaysolankiii</dc:creator>
      <pubDate>Tue, 06 Dec 2022 10:16:56 +0000</pubDate>
      <link>https://forem.com/vijaysolankiii/how-to-master-basics-in-git-github-18k4</link>
      <guid>https://forem.com/vijaysolankiii/how-to-master-basics-in-git-github-18k4</guid>
      <description>&lt;h1&gt;
  
  
  What is git and GitHub
&lt;/h1&gt;

&lt;blockquote&gt;
&lt;p&gt;Git is open source and free distributed version control system. It can Handle small to complex project very efficiently and speedy&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Git is easy to learn and you can checkout how to install in &lt;a href="https://git-scm.com/"&gt;windows&lt;/a&gt;. In mac git comes with pre installation.&lt;/p&gt;

&lt;h1&gt;
  
  
  What is purpose of it and what problem it solves
&lt;/h1&gt;

&lt;p&gt;In Software Industries individual and group of peoples are working on the single codebase for perticuler project. It makes important for developer to be aware of new changes made by rest of the team over the time in an easy to understand and hassle-free manner. where github comes into picture&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;github is online container of your code files which contain all your with all &lt;strong&gt;changelogs&lt;/strong&gt; &lt;/p&gt;
&lt;/blockquote&gt;

&lt;h2&gt;
  
  
  Version Control System (VCS)
&lt;/h2&gt;

&lt;p&gt;Git is popular for its version control system. It’s too robust yet simple to track all changes in single code base files with well formatted document.&lt;/p&gt;

&lt;h2&gt;
  
  
  Single codebase
&lt;/h2&gt;

&lt;p&gt;GitHub allow multiple developers to work on the single codebase with variety of options with ease.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--rk0mhtAA--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/ufvxqlxwmk1njp8eliyv.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--rk0mhtAA--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/ufvxqlxwmk1njp8eliyv.png" alt="Image description" width="516" height="409"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Take look how GitHub works&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--JZF6mdyQ--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/e001cpw0q0kzzvzrdouw.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--JZF6mdyQ--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/e001cpw0q0kzzvzrdouw.png" alt="Image description" width="530" height="270"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h1&gt;
  
  
  How to create Repo in github
&lt;/h1&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;First you need to login into your git account using id password or using any third party login using google,apple&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;click on the new &lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s---ykl1U4q--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/gsbtlquxgp2d09l6mpa3.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s---ykl1U4q--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/gsbtlquxgp2d09l6mpa3.png" alt="Image description" width="880" height="456"&gt;&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Fill you necessary info and click on create respository.&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--9jRYwdPi--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/bjxwhjfkrvuzau890w1t.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--9jRYwdPi--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/bjxwhjfkrvuzau890w1t.png" alt="Image description" width="687" height="777"&gt;&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;List of command should we need to know before starting git&lt;br&gt;
&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;echo "# git-commands" &amp;gt;&amp;gt; README.md
git init
git add . || git add filename
git commit -m "commit message"
git branch -M main | master
git remote add origin "github_repo_url"
git push -u origin main | master
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Phew.. that was a lot&lt;br&gt;
Let's Catch up in part 2&lt;/p&gt;

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