Does git-stack
function with worktrees?
#335
dcunited001
started this conversation in
General
Replies: 1 comment 2 replies
-
We are tracking worktrees at #23. For myself, I almost never use them and there has been little interest in them so far. If you'd like to contribute support for it, you are welcome to. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I can't figure out how to get any branches to be unprotected. I was able to manually move it forward using
git pull --rebase
I think the key is the output
no remote
which results from the conditionalis_protected(...)
but I don't knowrust
.git-stack
in action..bare/config
as well as changing/removing mergeOutput
Worktree file structure
My worktree setup looks like this:
Git Log
A
is the upstream (formerly main) andN
is the new baseI'm kinda adopting worktrees (with a bare checkout) at the same time as adopting
git-stack
. I thought I had checked this repo for compatibility with worktrees beforehand, since I didn't want to introduce too many variables simultaneously. The rubber ducky is starting to indicate that my problems might be caused by worktrees. i'm not too sure how to manage my editor configs and ignored files ... not without file-system traversal & linking andwaysI'm somewhat new to the idea of stacks. Though not, since it's how I would've wanted to work, I've thought about it alot.
Beta Was this translation helpful? Give feedback.
All reactions