<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Version-Control on Raveen Kumar</title>
    <link>https://raveenkumar.com/tags/version-control/</link>
    <description>Recent content in Version-Control on Raveen Kumar</description>
    <generator>Hugo</generator>
    <language>en-US</language>
    <copyright>Raveen Kumar</copyright>
    <lastBuildDate>Thu, 16 Feb 2023 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://raveenkumar.com/tags/version-control/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>GIT</title>
      <link>https://raveenkumar.com/library/programming/git/</link>
      <pubDate>Thu, 16 Feb 2023 00:00:00 +0000</pubDate>
      <guid>https://raveenkumar.com/library/programming/git/</guid>
      <description>&lt;h2 id=&#34;never-rebase&#34;&gt;Never rebase&lt;/h2&gt;&#xA;&lt;p&gt;Never rebase if you commit frequently. Merge is the correct option. Rebase could miss some changes.&lt;/p&gt;&#xA;&lt;h2 id=&#34;2023-01-08---grep-for-a-string-or-a-change-in-all-the-commits&#34;&gt;2023-01-08 - Grep for a string or a change in all the commits&lt;/h2&gt;&#xA;&lt;p&gt;Also called git pickaxe&#xA;This will find any string that ever existed in that repo.&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;git log  -S &amp;lt;string&amp;gt; -p&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h2 id=&#34;removing-large-files-and-sensitive-files-from-repo&#34;&gt;Removing large files and sensitive files from repo.&lt;/h2&gt;&#xA;&lt;p&gt;I accidentally uploaded about 1.7 GB of data into GitHub, and GitHub only accepts 100 MB max file size.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
