Replies: 1 comment 2 replies
-
You can pass a custom revset expression: https://github.com/arxanas/git-branchless/wiki/Command:-git-sync#usage https://github.com/arxanas/git-branchless/wiki/Reference:-Revsets. For example, at my work, I have |
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
-
Is there a way to instruct the
sync
command to ignore certain branches?My usecase: I'd like to use
git branchless
in a clone of a repository for which I don't se the rules. And while I am happy to rebase all my own branches, I also need to multiple remote branches. Rebasing those locally is not helpful, I'd like them to keep tracking whatever is on the server.Is there a way to achieve that?
Beta Was this translation helpful? Give feedback.
All reactions