Santiago Perez De Rosso
Santiago Perez De Rosso
> https://github.com/frostming/legit is way more popular but oddly simple, why is that? legit has been around longer than Gitless, which could explain the difference. But I don't think there's any...
Perhaps we should mention legit in the home page and say what extra features you get if you choose to use Gitless instead
You can use the `-mo/--move-over` flag of `gl switch`
Yes, we should. I assume you just want this so as to save space, right? Don't do `gl branch -d origin/feature-xxx`, that will delete the branch in the remote repository...
Yes, we can remove Git's remote-tracking branch pointer if no other branch is using it in that case too
For the time being, you have to follow the steps provided by @chmike (note though that the `-c`, `-su` combo won't work) but we should probably do what you suggested.
I don't think we should silently track the file because wanting to track an ignored file is most likely a user error. We can prompt the user to confirm that...
You can use the `mo` flag to move over changes to the destination branch as a temporary workaround. That won't give you independent branching but at least it won't hang...
I don't think commit signing works yet