<?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: Shahab Alam</title>
    <description>The latest articles on DEV Community by Shahab Alam (@iamshahabalam).</description>
    <link>https://dev.to/iamshahabalam</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%2F912729%2F5a8f3059-e606-481a-a033-fa2080e23eac.jpeg</url>
      <title>DEV Community: Shahab Alam</title>
      <link>https://dev.to/iamshahabalam</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/iamshahabalam"/>
    <language>en</language>
    <item>
      <title>Git with Android Studio</title>
      <dc:creator>Shahab Alam</dc:creator>
      <pubDate>Sun, 21 Aug 2022 09:45:45 +0000</pubDate>
      <link>https://dev.to/iamshahabalam/git-with-android-studio-50l3</link>
      <guid>https://dev.to/iamshahabalam/git-with-android-studio-50l3</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;&lt;em&gt;Introduction&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;In this Articles i am going to tell you how you can easily minimize your work by integrating Version Control System with the Android Studio in few simple steps.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;&lt;em&gt;Setup&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;strong&gt;GIT Integration with Android Studio&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Open non-Git project on Android Studio.&lt;/li&gt;
&lt;li&gt;First Test Git Configured&lt;/li&gt;
&lt;li&gt;Settings &amp;gt; Version Control &amp;gt; Git.&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Now press Test Button (It will show you Git Version installed).&lt;br&gt;
&lt;strong&gt;Add Account&lt;/strong&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Settings &amp;gt; Version Control &amp;gt; Github.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;If it’s showing error try this.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Settings &amp;gt; Version Control &amp;gt; Git.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;File &amp;gt; new &amp;gt; Project from VC &amp;gt; Github &amp;gt; give Token.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Steps for Creating Repository&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Add&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;VCS &amp;gt; Import into VC &amp;gt; Create Git Repository. (All Files will become brown)&lt;/li&gt;
&lt;li&gt;Select Your Project Folder OR Click On (Android Icon) Project Directory.&lt;/li&gt;
&lt;li&gt;Now Select your Project folder in left Project section.&lt;/li&gt;
&lt;li&gt;VCS &amp;gt; GIT &amp;gt; Add (ctrl + alt + A) (All files will turn green).&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Commit&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;In Tool Bar, Click purple arrow button (commit) (ctrl + k)&lt;/li&gt;
&lt;li&gt;Unselect those files whome u don’t want to commit&lt;/li&gt;
&lt;li&gt;Give commit msg.&lt;/li&gt;
&lt;li&gt;&lt;p&gt;press commit button&lt;br&gt;
.&lt;br&gt;
&lt;strong&gt;Push&lt;/strong&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Now In Tool Bar, Press push button (Green Arrow) (ctrl + shift + k)&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Create repo in Github, copy the URL&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Come to A.S , Press on Define Remote&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Paste in the URL press OK.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Press Push button.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;




&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;&lt;em&gt;Git In Android Studio&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;/blockquote&gt;

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

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;&lt;em&gt;Android Studio Toolbar with Git commands&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;/blockquote&gt;

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

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;&lt;em&gt;Details about Git in Android Studio&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;ul&gt;
&lt;li&gt;Press (Alt + 9)&lt;/li&gt;
&lt;/ul&gt;

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

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;&lt;em&gt;Log Screen with plenty of options&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;/blockquote&gt;

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

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;&lt;em&gt;Github Link &lt;a href="https://github.com/IamShahabAlam/VCS-with-Android-Studio"&gt;https://github.com/IamShahabAlam/VCS-with-Android-Studio&lt;/a&gt;&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;/blockquote&gt;




&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;&lt;em&gt;CREDITS&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;a href="https://github.com/IamShahabAlam"&gt;Shahab Alam&lt;/a&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;&lt;em&gt;Follow Here&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;a href="https://github.com/IamShahabAlam"&gt;Github&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.facebook.com/iamShahabAlam/"&gt;Facebook&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://twitter.com/IamShahabAlam"&gt;Twitter&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://dev.to/iamshahabalam"&gt;DEV&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.buymeacoffee.com/IamShahabAlam"&gt;BuyMeACoffee&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;💙 Fluttering&lt;/p&gt;

</description>
      <category>androidstudio</category>
      <category>git</category>
      <category>github</category>
      <category>ide</category>
    </item>
  </channel>
</rss>
