How to begin when there exist many branches and commits #886
Replies: 1 comment 1 reply
-
Hi @canadaduane, welcome to Your experience sounds similar to mine when I first picked up At the time, I "resolved" that by getting more comfortable with rebasing, and pruning old branches that I figured I probably would never get back to. Since that time, a lot has been added to
To your other points:
|
Beta Was this translation helpful? Give feedback.
-
Wiki page
No response
Subcommand
init
Description
I just ran
git branchless init
on my existing repository, and now I'm a bit confused about how to proceed. I have many branches and commits that exist from before trying git-branchless:I guess I was expecting more of a "clean slate" beginning point.
I noticed there is a
git hide
command, but also read that that command may cause commits to be garbage collected.At this point, dipping a toe in to git-branchless, I want to be able to "jump out" if it is too confusing or the flow doesn't work, so I'd rather not have existing branches or commits garbage collected.
What do you suggest is the right way to try this? Am I right to expect that the output of
git sl
should be a "clean slate" in order to begin my commit stack?Beta Was this translation helpful? Give feedback.
All reactions