

0·
16 days agoI don’t know if it fits your use-case but a little known feature is to use a second local drive/folder as a remote, like this:
D:
mkdir D:\git_repos\my_project.git
git init --bare D:\git_repos\my_project.git
C:
cd C:\path\to\your\project
git init
git remote add origin file:///D:/git_repos/my_project.git
This way, you can now push to origin and it will send your commits to your repo on your second drive.
Bazzite is stuffed full of polish, especially the Gnome variant and, little known to me at the time, they have a whole set of non-gaming-related tools in the background for developers who use containers (distrobox, podman etc), which is exactly what I use for my job.
I was so impressed that I have installed it as my main OS on my laptop and have replaced SteamOS with it on my SteamDeck.
This distro is one of the best I have used. It is definitely one to keep an eye on.