<?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: Gökçer Altuntaş</title>
    <description>The latest articles on DEV Community by Gökçer Altuntaş (@altuntasgokcer).</description>
    <link>https://dev.to/altuntasgokcer</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4117562%2Fbcb8f301-7fe1-48a1-9496-ff170a470e19.jpg</url>
      <title>DEV Community: Gökçer Altuntaş</title>
      <link>https://dev.to/altuntasgokcer</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/altuntasgokcer"/>
    <language>en</language>
    <item>
      <title>We Thought It Was a Cache Bug. It Was Actually a Stale Clone.</title>
      <dc:creator>Gökçer Altuntaş</dc:creator>
      <pubDate>Wed, 09 Sep 2026 13:25:14 +0000</pubDate>
      <link>https://dev.to/altuntasgokcer/we-thought-it-was-a-cache-bug-it-was-actually-a-stale-clone-4076</link>
      <guid>https://dev.to/altuntasgokcer/we-thought-it-was-a-cache-bug-it-was-actually-a-stale-clone-4076</guid>
      <description>&lt;p&gt;When a recent code change does not appear where you expect it to, cache is often the first thing that comes to mind.&lt;/p&gt;

&lt;p&gt;And sometimes cache really is the problem.&lt;/p&gt;

&lt;p&gt;But before clearing everything, rebuilding the application, restarting containers, or digging into deployment settings, there is a much simpler check worth doing first:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Make sure you are actually running the code you think you are running.&lt;/strong&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Start with the repository
&lt;/h2&gt;

&lt;p&gt;A few basic Git commands can quickly tell you what state your local repository is in:&lt;/p&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;
bash
git status
git branch --show-current
git log -1 --oneline
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

</description>
      <category>webdev</category>
      <category>git</category>
      <category>devops</category>
      <category>debugging</category>
    </item>
  </channel>
</rss>
