As someone pretty comfortable with got on the command line, what advantages would a GUI give me? I’m not trolling, it’s an honest question. Anyone with good got command line skills move to something like this and find it offers them a better workflow?
We've found that our repos get bad branches and bad merges far less often with them. For a long time, we had issues where a repo would have to be completely rebuilt (or replaced with all history lost) after a dev who thought he knew the Git CLI did a merge incorrectly or force pushed something. Detached HEAD branches locally and remotely, incompatible remote branches, inability to merge without conflict, etc. It was…
Fork: A fast and friendly Git client for Mac and Windows
121–130 of 173 posts
Re: Fork: A fast and friendly Git client for Mac and Windows
#122Ok - I haven't read all the comments here; maybe it's been asked and answered, but I'm going to ask anyhow: Is there something like this available for Linux? Even if you have to pay for it? IntelliJ covers most use cases, and I already pay for that, but I have been wanting to move away from it, and I am one of those few who do not like to use the cli much for git, unless there's no other choice (sometimes, that's the…
Re: Fork: A fast and friendly Git client for Mac and Windows
#123Re: Fork: A fast and friendly Git client for Mac and Windows
#124Re: Fork: A fast and friendly Git client for Mac and Windows
#125Re: Fork: A fast and friendly Git client for Mac and Windows
#126Earlier quoted context omitted.
That applies to any license, doesn't it? Congress could abolish the public domain or ban stuff like the GPL.
IANAL, but I'm fairly sure banning "stuff like the GPL" would mean banning every EULA and software license, as that's really all the GPL is. Eben Moglen (Free Software Foundation) sums up the differences: > But most proprietary software companies want more power than copyright alone gives them. These companies say their software is “licensed” to consumers, but the license contains obligations that copyright law knows…
You can specifically ban (or make unenforceable) any subset of copyright licenses without banning copyright licenses generally.
Re: Fork: A fast and friendly Git client for Mac and Windows
#127Earlier quoted context omitted.
That applies to any license, doesn't it? Congress could abolish the public domain or ban stuff like the GPL.
IANAL, but I'm fairly sure banning "stuff like the GPL" would mean banning every EULA and software license, as that's really all the GPL is. Eben Moglen (Free Software Foundation) sums up the differences: > But most proprietary software companies want more power than copyright alone gives them. These companies say their software is “licensed” to consumers, but the license contains obligations that copyright law knows…
That seems proper. AFAIK, these have (statistically) never protected the public, so the legalese is there for protect the company's ability to restrict and penalize the user, as well as fill the pockets of lawyers.
Re: Fork: A fast and friendly Git client for Mac and Windows
#128The license prohibits all kinds of things so I am not comfortable using it: https://fork.dev/license Specifically, it says: * "You will not use this Software to engage in or allow others to engage in any illegal activity.": Which jurisdiction? how far do I have to go to prevent illegal activity? * "You will not engage in using this Software that will interfere with or damage the operation of the services of any third…
Either quotes have been deliberately taken out of context, or the author has updated the license. It now reads: By using this Software or storing this program or parts of it on a computer hard drive (or other media), you are agreeing to be bound by the terms and conditions of this Agreement. You represent and warrant that you will not violate any of the requirements of this Agreement and further represent and warrant…
Re: Fork: A fast and friendly Git client for Mac and Windows
#129Earlier quoted context omitted.
IANAL, but I'm fairly sure banning "stuff like the GPL" would mean banning every EULA and software license, as that's really all the GPL is. Eben Moglen (Free Software Foundation) sums up the differences: > But most proprietary software companies want more power than copyright alone gives them. These companies say their software is “licensed” to consumers, but the license contains obligations that copyright law knows…
> IANAL, but I'm fairly sure banning "stuff like the GPL" would mean banning every EULA and software license, as that's really all the GPL is. You can specifically ban (or make unenforceable) any subset of copyright licenses without banning copyright licenses generally.
Re: Fork: A fast and friendly Git client for Mac and Windows
#130On the plus side I find Fork to be performant and clean. I prefer it over Kraken and Tower and I find it vastly better than SourceTree. I also find it somewhat similar to GitX-dev on the Mac, which is a good thing. On the minus side (and it's a big minus), it's not open source. As a developer of commercial software I basically have to trust the Fork developers not to do anything fishy with all the source code / IP th…
It is very disappointing that in 2019 we still have to rely on trusting a software vendor or reading the app souce code if it is available. That would be great to we have an OS-level system to give fine-grained permissions and restrictions to desktop apps, like on lineageOS?