Replies: 1 comment 1 reply
-
Hi! Both of these are optional. You can use all of the Although cargo is the recommended installation technique, you can also check the package manager for you OS. At least for mac, I just checked and Homebrew will install the latest release (at this time 0.6.0, though it looks like 0.7.0 is coming soon).
Correct.
I suppose that it will depend on the tool, but I use GitX quite a bit and it works fine ... it's still just a git repo after all. The two slight friction points that I have personally encountered are:
|
Beta Was this translation helpful? Give feedback.
-
So
git branchless
looks interesting!I came here because I'm in the middle of a complicated history rewrite (filter-repo etc), and found the stock rebase lacking (even with
--rebase-merges
), andgit move
looks like a promising replacement.But, I'm not sure I'm ready to opt-in, the cargo installation and
git-branchless wrap --
alias are a bit scary. Am I right to assume that this is not a one-way street: once all is pushed, this is still a standard git repo (right?), and I can abandon branchless if I want to.Also, I primarily use git via GUI (SmartGit ftw): would branchless interferes with that? or would any GUI need to know about it? ie what of in-memory stacks etc.
Beta Was this translation helpful? Give feedback.
All reactions