<?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: Dr. Zola </title>
    <description>The latest articles on DEV Community by Dr. Zola  (@saddathasan).</description>
    <link>https://dev.to/saddathasan</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%2F580219%2Fa70024cd-c951-49c7-aa88-5316cd8c30bf.png</url>
      <title>DEV Community: Dr. Zola </title>
      <link>https://dev.to/saddathasan</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/saddathasan"/>
    <language>en</language>
    <item>
      <title>Add Personal-Access-Token to repo easily. </title>
      <dc:creator>Dr. Zola </dc:creator>
      <pubDate>Wed, 06 Oct 2021 08:42:56 +0000</pubDate>
      <link>https://dev.to/saddathasan/add-personal-access-token-to-repo-easily-2l5l</link>
      <guid>https://dev.to/saddathasan/add-personal-access-token-to-repo-easily-2l5l</guid>
      <description>&lt;p&gt;github stopped their support for the &lt;code&gt;password&lt;/code&gt; authentication. Now &lt;code&gt;personal-access-token&lt;/code&gt; is on the plate, there is an easy way to add the &lt;code&gt;personal-access-token&lt;/code&gt; to your repository. with a simple command.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;First &lt;code&gt;cd&lt;/code&gt; into your repo&lt;/li&gt;
&lt;li&gt;add the below command
&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;code&gt;git remote set-url origin https://USERNAME:PERSONAL-ACCESS-TOKEN@github.com/USERNAME/REPO.git&lt;/code&gt;&lt;br&gt;
&lt;/p&gt;

&lt;p&gt;Here, the &lt;code&gt;USERNAME&lt;/code&gt; is your git username, &lt;code&gt;PERSONAL-ACCESS-TOKEN&lt;/code&gt; is your &lt;code&gt;personal-access-token&lt;/code&gt; generated in your account and the &lt;code&gt;REPO&lt;/code&gt; is the repository name. &lt;/p&gt;

&lt;p&gt;This will bind the personal-access-token to the repo and will never ask for username and password for that particular repo.&lt;/p&gt;

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