-
Notifications
You must be signed in to change notification settings - Fork 284
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Always show specific branch/bookmark #959
Comments
same issue, this would be a huge improvement. also the integration with isl would be important. the bookmark manager also constantly hides relevant publicheads branches if they get out of scope for any open stacks |
Partially copying my response from inner communication channels: You can give it a try by doing something like
To permanently change the values, you can run sl config --local to edit the config for the repo by opening your text editor. Alternatively, you can set its value by running something like
|
Leaving this open until we make the configs easily discoverable or easier to change |
@sggutier thanks! thats exactly what i was looking for, just notice that i think it should be
as the names look like they are comma separated |
Is there a way to always display a branch/bookmark when running
sl
? In my case, we have:main
dev-a
dev-a
as effectively our main branch to merge against.dev-a
onto main.I've noticed that if I am working on a change so that there is a chain:
dev-a
-> changes (sodev-a
points to an ancestor of my current changes), but then I runsl pull -B dev-a
such that it now points to a more recent commit (i.e., not an ancestor of my current commits), that smartlog will now only showmain
+ my stack of commits, but not show wheredev-a
points to. It would be great to have a way to mark certain branches/bookmarks as ones to always show, similar tomain
/master
.I'd also be curious if there is a way to use
sl pr
to submit PRs against non-main branches.The text was updated successfully, but these errors were encountered: