<?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: yasiga</title>
    <description>The latest articles on DEV Community by yasiga (@yasiga_3).</description>
    <link>https://dev.to/yasiga_3</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%2F3080683%2F7ecd07ac-5492-475d-9484-d22764ef07ea.jpg</url>
      <title>DEV Community: yasiga</title>
      <link>https://dev.to/yasiga_3</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/yasiga_3"/>
    <language>en</language>
    <item>
      <title>Docker Image creation and pushing to DockerHub</title>
      <dc:creator>yasiga</dc:creator>
      <pubDate>Mon, 28 Apr 2025 16:37:00 +0000</pubDate>
      <link>https://dev.to/yasiga_3/docker-image-creation-and-pushing-to-dockerhub-42eh</link>
      <guid>https://dev.to/yasiga_3/docker-image-creation-and-pushing-to-dockerhub-42eh</guid>
      <description>&lt;p&gt;Hello everyone!!&lt;br&gt;
To create a docker image,create new file with name of Dockerfile with no extension.We have to create image from base docker image, give work directory and COPY to copy files from local to docker image.We can also install the required softwares to that docker using RUN statement.&lt;br&gt;
Open Dockerdesktop app&lt;br&gt;
To build the docker image that created using use command &lt;br&gt;
docker build -t username/projectname:v1 .&lt;br&gt;
To run the docker image that build using command &lt;br&gt;
docker run username/projectname:v1&lt;br&gt;
To push the docker image that is running using command&lt;br&gt;
docker push username/projectname:v1&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ft5hp880u825zxomh5dkl.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ft5hp880u825zxomh5dkl.png" alt=" " width="800" height="425"&gt;&lt;/a&gt;&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fuew7z860weagv46ppb51.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fuew7z860weagv46ppb51.png" alt=" " width="800" height="425"&gt;&lt;/a&gt;&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fq7jpb8t1bmk2w075t570.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fq7jpb8t1bmk2w075t570.png" alt=" " width="800" height="425"&gt;&lt;/a&gt;&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fpqjl2q0dm9gldt74r1xl.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fpqjl2q0dm9gldt74r1xl.png" alt=" " width="800" height="425"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>docker</category>
      <category>machinelearning</category>
      <category>python</category>
    </item>
    <item>
      <title>Step-by-Step Advanced Git Commands Execution:</title>
      <dc:creator>yasiga</dc:creator>
      <pubDate>Sat, 26 Apr 2025 05:48:55 +0000</pubDate>
      <link>https://dev.to/yasiga_3/step-by-step-advanced-git-commands-execution-28b1</link>
      <guid>https://dev.to/yasiga_3/step-by-step-advanced-git-commands-execution-28b1</guid>
      <description>&lt;p&gt;1 git diff&lt;br&gt;
2 git log&lt;br&gt;
3 git clone&lt;br&gt;
4 git pull&lt;br&gt;
5 git push&lt;br&gt;
6 git blame&lt;br&gt;
7 git branch&lt;br&gt;
8 git ignore&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fyzrrimmoh13aja5l02dv.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fyzrrimmoh13aja5l02dv.png" alt=" " width="800" height="460"&gt;&lt;/a&gt;&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F1q3w8gfw3ogeyg1182f6.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F1q3w8gfw3ogeyg1182f6.png" alt=" " width="800" height="425"&gt;&lt;/a&gt;&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fe3xgfpaut9n75jat8jk2.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fe3xgfpaut9n75jat8jk2.png" alt=" " width="800" height="425"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>git</category>
      <category>programming</category>
      <category>tutorial</category>
      <category>softwareengineering</category>
    </item>
    <item>
      <title>Step-by-Step Git Commands Execution:</title>
      <dc:creator>yasiga</dc:creator>
      <pubDate>Wed, 23 Apr 2025 19:01:25 +0000</pubDate>
      <link>https://dev.to/yasiga_3/step-by-step-git-commands-execution-23d3</link>
      <guid>https://dev.to/yasiga_3/step-by-step-git-commands-execution-23d3</guid>
      <description>&lt;p&gt;Initialize a Git repository:&lt;br&gt;
git init&lt;br&gt;
Creates a new Git repository in the folder 24MCR125.&lt;/p&gt;

&lt;p&gt;Add a file to staging area:&lt;br&gt;
git add 24MCR125.txt&lt;br&gt;
Adds 24MCR125.txt to the staging area.&lt;/p&gt;

&lt;p&gt;Commit the file:&lt;br&gt;
git commit -m "Added personal details"&lt;br&gt;
Creates a commit with the message "Added personal details".&lt;/p&gt;

&lt;p&gt;Check Git status:&lt;br&gt;
git status&lt;br&gt;
Shows that 24MCR125.txt has been modified but not staged.&lt;/p&gt;

&lt;p&gt;View commit log:&lt;br&gt;
git log&lt;br&gt;
Displays the commit history (one commit at this point).&lt;/p&gt;

&lt;p&gt;Add remote GitHub repository:&lt;br&gt;
git remote add origin &lt;a href="https://github.com/yasiga-3/24MCR125.git" rel="noopener noreferrer"&gt;https://github.com/yasiga-3/24MCR125.git&lt;/a&gt;&lt;br&gt;
Links the local repository to a remote GitHub repo.&lt;/p&gt;

&lt;p&gt;Check current branch:&lt;br&gt;
git branch&lt;br&gt;
Shows the current branch is master.&lt;/p&gt;

&lt;p&gt;Rename branch from master to main:&lt;br&gt;
git branch -M main&lt;br&gt;
Renames the current branch to main.&lt;/p&gt;

&lt;p&gt;Set Git global config for email and username:&lt;br&gt;
git config --global user.email "&lt;a href="mailto:rajakkaniyasiga@gmail.com"&gt;rajakkaniyasiga@gmail.com&lt;/a&gt;"&lt;br&gt;
git config --global user.name "yasiga-3"&lt;br&gt;
Sets your global Git identity.&lt;/p&gt;

&lt;p&gt;Push code to remote repo for the first time:&lt;br&gt;
git push -u origin main&lt;br&gt;
Pushes the main branch to GitHub and sets upstream tracking.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fqh4pelyyty6kh3in4r52.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fqh4pelyyty6kh3in4r52.png" alt=" " width="800" height="411"&gt;&lt;/a&gt;&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fk3eqtgdxz0k6yetf3rdr.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fk3eqtgdxz0k6yetf3rdr.png" alt=" " width="800" height="411"&gt;&lt;/a&gt;&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F0chifwupfhnghlfjzoon.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F0chifwupfhnghlfjzoon.png" alt=" " width="800" height="411"&gt;&lt;/a&gt;&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ff4tvdp8pq1uekbpeuctg.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ff4tvdp8pq1uekbpeuctg.png" alt=" " width="800" height="411"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
