<?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: Chaitany Kulkarni</title>
    <description>The latest articles on DEV Community by Chaitany Kulkarni (@chaitany_kulkarni_1eea364).</description>
    <link>https://dev.to/chaitany_kulkarni_1eea364</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%2F3730579%2F0ca53d15-b20a-48f6-a535-abd0d0ad37fa.png</url>
      <title>DEV Community: Chaitany Kulkarni</title>
      <link>https://dev.to/chaitany_kulkarni_1eea364</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/chaitany_kulkarni_1eea364"/>
    <language>en</language>
    <item>
      <title>Managing Multiple Git Identities on One Machine Without Losing Your Mind</title>
      <dc:creator>Chaitany Kulkarni</dc:creator>
      <pubDate>Thu, 29 Jan 2026 18:14:45 +0000</pubDate>
      <link>https://dev.to/chaitany_kulkarni_1eea364/managing-multiple-git-identities-on-one-machine-without-losing-your-mind-3n49</link>
      <guid>https://dev.to/chaitany_kulkarni_1eea364/managing-multiple-git-identities-on-one-machine-without-losing-your-mind-3n49</guid>
      <description>&lt;p&gt;If you work on personal projects and also use an official Git account for work, all on the same machine, this problem probably sounds familiar.&lt;/p&gt;

&lt;p&gt;Two Git identities.&lt;br&gt;
One PC.&lt;br&gt;
And constant confusion.&lt;/p&gt;

&lt;p&gt;I kept running into situations where commits were made with the wrong identity.&lt;br&gt;
Personal email in a work repo.&lt;br&gt;
Work email in a personal project.&lt;/p&gt;

&lt;p&gt;At first, it felt manageable.&lt;/p&gt;

&lt;p&gt;I tried changing Git users.&lt;br&gt;
I tried tweaking SSH config files.&lt;br&gt;
I tried being extra careful before every commit.&lt;/p&gt;

&lt;p&gt;It still felt fragile. One small mistake, and the wrong identity showed up in the repository history.&lt;/p&gt;

&lt;p&gt;After dealing with this for a while, I realized the problem wasn’t Git itself.&lt;br&gt;
It was the workflow.&lt;/p&gt;

&lt;p&gt;I wanted a simple and predictable way to switch Git identities without editing config files every time or guessing which identity was active.&lt;/p&gt;

&lt;p&gt;So I built a small CLI tool called BGIT.&lt;/p&gt;

&lt;p&gt;BGIT uses SSH keys only and manages Git identities in a clean way.&lt;br&gt;
You switch identities using simple commands, and everything stays consistent across repositories.&lt;/p&gt;

&lt;p&gt;What I focused on while building it:&lt;/p&gt;

&lt;p&gt;Clear identity switching&lt;/p&gt;

&lt;p&gt;No repeated manual configuration&lt;/p&gt;

&lt;p&gt;Predictable behavior&lt;/p&gt;

&lt;p&gt;Minimal setup&lt;/p&gt;

&lt;p&gt;This tool is for developers who:&lt;/p&gt;

&lt;p&gt;Use personal and work Git accounts on the same machine&lt;/p&gt;

&lt;p&gt;Want to avoid manual Git configuration changes&lt;/p&gt;

&lt;p&gt;Prefer simple CLI workflows&lt;/p&gt;

&lt;p&gt;If your current setup works perfectly for you, you probably don’t need this.&lt;/p&gt;

&lt;p&gt;BGIT is open source.&lt;br&gt;
I built it to solve my own problem and decided to share it in case it helps others facing the same issue.&lt;/p&gt;

&lt;p&gt;You can find it here:&lt;br&gt;
&lt;a href="https://bgit.byterings.com/" rel="noopener noreferrer"&gt;https://bgit.byterings.com/&lt;/a&gt;&lt;/p&gt;

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