<?xml version='1.0' encoding='UTF-8'?>
<?xml-stylesheet href="/rss/stylesheet/" type="text/xsl"?>
<rss xmlns:content='http://purl.org/rss/1.0/modules/content/' xmlns:taxo='http://purl.org/rss/1.0/modules/taxonomy/' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#' xmlns:itunes='http://www.itunes.com/dtds/podcast-1.0.dtd' xmlns:googleplay="http://www.google.com/schemas/play-podcasts/1.0" xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:atom='http://www.w3.org/2005/Atom' xmlns:podbridge='http://www.podbridge.com/podbridge-ad.dtd' version='2.0'>
<channel>
  <title>BBT Space</title>
  <language>en-us</language>
  <generator>microfeed.org</generator>
  <itunes:type>episodic</itunes:type>
  <itunes:explicit>false</itunes:explicit>
  <atom:link rel="self" href="https://blog-bbtspace-work.pages.dev/rss/" type="application/rss+xml"/>
  <link>https://blog.bbtspace.work</link>
  <description>
    <![CDATA[<p>Random stuff in the space</p>]]>
  </description>
  <itunes:image href="https://blog-bbtspace-work.pages.dev/assets/default/channel-image.png"/>
  <image>
    <title>BBT Space</title>
    <url>https://blog-bbtspace-work.pages.dev/assets/default/channel-image.png</url>
    <link>https://blog.bbtspace.work</link>
  </image>
  <copyright>©2025</copyright>
  <itunes:category text="Technology"/>
  <item>
    <title>Git config</title>
    <guid>tZxNLPyYUSy</guid>
    <pubDate>Thu, 27 Feb 2025 19:46:40 GMT</pubDate>
    <itunes:explicit>false</itunes:explicit>
    <description>
      <![CDATA[<pre class="ql-syntax" spellcheck="false"># ~/.gitconfig

[init]
        defaultBranch = main
[column]
        ui = auto
[branch]
        sort = -committerdate
[tag]
        sort = version:refname
[diff]
        algorithm = histogram
        colorMoved = plain
        mnemonicPrefix = true
        renames = true
[push]
        default = simple
        autoSetupRemote = true
        followTags = true
[fetch]
        prune = true
        pruneTags = true
        all = true
[help]
        autocorrect = prompt
[commit]
        verbose = true
[rerere]
        enabled = true
        autoupdate = true
[core]
        excludesfile = ~/.gitignore
[rebase]
        autoSquash = true
        autoStash = true
        updateRefs = true

# a matter of taste (uncomment if you dare)

[core]
        # fsmonitor = true
        # untrackedCache = true
[merge]
        # (just 'diff3' if git version &lt; 2.3)
        # conflictstyle = zdiff3 
[pull]
        # rebase = true
</pre>]]>
    </description>
    <link>https://blog.bbtspace.work/i/git-confi-tZxNLPyYUSy/</link>
    <itunes:episodeType>full</itunes:episodeType>
    <enclosure url="https://blog.gitbutler.com/how-git-core-devs-configure-git/" type="text/html"/>
  </item>
</channel>
</rss>