• 0 Posts
  • 2 Comments
Joined 1Y ago
cake
Cake day: Jun 17, 2023

help-circle
rss

Thanks for the BookWyrm recommendation, looks interesting. I have tried LibraryThing before, but it wasn’t quite what I was looking for. I started building my own Goodreads alternative years ago since I couldn’t find anything existing that suited my needs, but unfortunately didn’t ever have the time to properly work on it.


For me, I don’t think I could survive without git stash, I use it daily for various reasons (e.g. for validating a small bug fix, git stash & git stash pop lets me attempt to reproduce the issue both with and without a correction). The one downside with the CLI stash command is that it’s very easy to forget things in stash though, but I don’t think GUIs generally support stashing?

Another one I find myself doing quite often is git checkout BRANCH – PATH, to pull specific versions of files between branches.