<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Git on Austin Wilcox</title><link>https://theaustinwilcox.com/tags/git/</link><description>Recent content in Git on Austin Wilcox</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Fri, 20 Feb 2026 00:00:00 -0700</lastBuildDate><atom:link href="https://theaustinwilcox.com/tags/git/index.xml" rel="self" type="application/rss+xml"/><item><title>Syncing My RetroArch Game Saves From My Phone to My Steam Deck</title><link>https://theaustinwilcox.com/posts/syncing-retroarch-saves-phone-to-steam-deck/</link><pubDate>Fri, 20 Feb 2026 00:00:00 -0700</pubDate><guid>https://theaustinwilcox.com/posts/syncing-retroarch-saves-phone-to-steam-deck/</guid><description>&lt;h1 id="syncing-my-retroarch-game-saves-from-my-phone-to-my-steam-deck"&gt;Syncing My RetroArch Game Saves From My Phone to My Steam Deck&lt;/h1&gt;
&lt;p&gt;I play retro games on both my iPhone and my Steam Deck, and I got tired of my saves being stuck on whichever device I last played on. RetroArch doesn&amp;rsquo;t have a built-in cloud sync, so I needed to come up with something myself.&lt;/p&gt;
&lt;p&gt;My solution was to use a git repository to sync saves between the two devices.&lt;/p&gt;</description></item><item><title>Git Commit Mistakes</title><link>https://theaustinwilcox.com/posts/gitcommitmistakes/</link><pubDate>Thu, 17 Nov 2022 13:12:02 -0700</pubDate><guid>https://theaustinwilcox.com/posts/gitcommitmistakes/</guid><description>&lt;h1 id="git-commit-mistakes"&gt;Git Commit Mistakes&lt;/h1&gt;
&lt;p&gt;Let&amp;rsquo;s say you are working on a feature improvement on the staging branch, and after you have completed your work you go to commit it and after writing your commit message and pressing enter, you remember that you can&amp;rsquo;t push to the staging branch directly and you need to create a feature branch to push your changes to the repository.&lt;/p&gt;
&lt;p&gt;I have made this mistake way to often, and it is frustrating remembering what you need to do to fix it. Here is my approach at fixing the issue.&lt;/p&gt;</description></item></channel></rss>