Toby Suggate
Toby Suggate
Thanks for the quick feedback and providing the log. I've created a build that will hopefully fix this and uploaded it to github here: https://github.com/GitFiend/Support/releases/tag/0.36.1 If this works I'll release...
That's strange. Gitfiend just calls git and assumes it's in your path. It's possible the reload button in that dialog is no longer working due to my recent changes and...
What do you get exactly when you run "git version" in a terminal? I noticed something a little dumb in my version checking code and made a fix and another...
Thanks @thomasrehm. I’ll definitely consider this. This seems like one way to make installing updates easier on Mac.
Hey @karamdaddy :) Thanks for letting me know. It's an interesting problem as I imagine I would also want to see some console output while it's running. I'll have a...
Yes, this is something I want to add. I disabled it early in development to keep things simple, but I may take a look at it again soon.
Thanks BlakeTrebelhorn. These are good suggestions. The deleting of stashes when unstashing is intended, but probably a bad default.
Hi Aiden! Thanks for the comments, I really appreciate it. I usually want to delete my stashes after I unstash: It seems cleaner, and it won't delete if there's a...
Thanks @victorhugoof. I definitely want to add much better support for this in the future. In the meantime in case anyone reading this doesn't know: To use submodules right now,...
@smandes86 GitFiend checks for a .git folder in the folder you open. Are you sure you got the correct folder? It can easy to get this wrong on the first...