<?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: Muhammad Iliyas</title>
    <description>The latest articles on DEV Community by Muhammad Iliyas (@irregula_exprsn).</description>
    <link>https://dev.to/irregula_exprsn</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%2F248841%2Ff88a0bd5-6b8b-4409-8c43-9071dcaa2f97.jpg</url>
      <title>DEV Community: Muhammad Iliyas</title>
      <link>https://dev.to/irregula_exprsn</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/irregula_exprsn"/>
    <language>en</language>
    <item>
      <title>Git Command Alias</title>
      <dc:creator>Muhammad Iliyas</dc:creator>
      <pubDate>Sat, 25 Apr 2020 15:58:30 +0000</pubDate>
      <link>https://dev.to/irregula_exprsn/git-command-alias-1aaa</link>
      <guid>https://dev.to/irregula_exprsn/git-command-alias-1aaa</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;💡 &lt;strong&gt;Shorten long git commands with aliases:-&lt;/strong&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;ul&gt;
&lt;li&gt;You can add aliases to your git commands as we do for Linux commands.&lt;/li&gt;
&lt;li&gt;You can do it for git commands by adding &lt;em&gt;&lt;em&gt;[alias]&lt;/em&gt;&lt;/em&gt; section to  &lt;em&gt;.gitconfig&lt;/em&gt; file.&lt;/li&gt;
&lt;/ul&gt;

&lt;blockquote&gt;
&lt;p&gt;[alias]&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;ca = commit -a -m &lt;/li&gt;
&lt;li&gt;lol = log --graph --decorate --pretty=oneline --abbrev-commit&lt;/li&gt;
&lt;/ul&gt;
&lt;/blockquote&gt;

&lt;ul&gt;
&lt;li&gt;For Example: &lt;code&gt;git ca "This is a test commit."&lt;/code&gt;
&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>git</category>
      <category>letslearntogether</category>
      <category>dailydose</category>
      <category>giteveryday</category>
    </item>
    <item>
      <title>Git Commit ID Explained.</title>
      <dc:creator>Muhammad Iliyas</dc:creator>
      <pubDate>Fri, 24 Apr 2020 18:39:04 +0000</pubDate>
      <link>https://dev.to/irregula_exprsn/git-every-day-57o</link>
      <guid>https://dev.to/irregula_exprsn/git-every-day-57o</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;Ever wondered about a Git Commit ID ?&lt;br&gt;
(A super long SHA1 Hash String 😅)&lt;/p&gt;
&lt;/blockquote&gt;

&lt;ul&gt;
&lt;li&gt;A Git commit ID is an SHA-1 hash of every important thing about the commit.&lt;/li&gt;
&lt;li&gt;It stores :

&lt;ul&gt;
&lt;li&gt;The content of commit as a BLOB.&lt;/li&gt;
&lt;li&gt;Commit date.&lt;/li&gt;
&lt;li&gt;Committer's name and email address.&lt;/li&gt;
&lt;li&gt;Log message.&lt;/li&gt;
&lt;li&gt;The ID of the previous commit(s). &lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;
&lt;/ul&gt;

&lt;blockquote&gt;
&lt;ul&gt;
&lt;li&gt;Try it out to find more information about a Git Commit ID.

&lt;ul&gt;
&lt;li&gt;&lt;code&gt;$ git cat-file commit &amp;lt;commit_id&amp;gt;&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/blockquote&gt;

</description>
      <category>git</category>
      <category>dailydose</category>
      <category>giteveryday</category>
      <category>letslerantogether</category>
    </item>
    <item>
      <title>Git Every Day!</title>
      <dc:creator>Muhammad Iliyas</dc:creator>
      <pubDate>Thu, 23 Apr 2020 16:39:02 +0000</pubDate>
      <link>https://dev.to/irregula_exprsn/git-every-day-3f07</link>
      <guid>https://dev.to/irregula_exprsn/git-every-day-3f07</guid>
      <description>&lt;p&gt;Hi Devs!&lt;/p&gt;

&lt;p&gt;I'm starting a daily dose series for &lt;strong&gt;git&lt;/strong&gt; (version control system).&lt;br&gt;
&lt;/p&gt;


&lt;blockquote&gt;
&lt;p&gt;A simple &lt;strong&gt;&lt;em&gt;git&lt;/em&gt;&lt;/strong&gt; command or trick or a small article for git terminology per day.&lt;/p&gt;


&lt;/blockquote&gt;

&lt;ul&gt;
&lt;li&gt;Dose : 

&lt;ul&gt;
&lt;li&gt;Try out the following command to see the abbreviated log and graph for your git repository.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;git log --oneline --graph&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;
&lt;/ul&gt;

&lt;blockquote&gt;
&lt;p&gt;"What are the special flags do you use with &lt;code&gt;git log&lt;/code&gt; command ?"&lt;/p&gt;
&lt;/blockquote&gt;

</description>
      <category>git</category>
      <category>dailydose</category>
      <category>giteveryday</category>
      <category>letslearntogether</category>
    </item>
  </channel>
</rss>
