Is it possible to have different sets of user-secrets
per git branch?
So that when switching from feature-branch-1 to feature-branch-2 you would pick up different sets of configuration? (ConnectionStrings, etc)
It seems like a fairly common use case, but I can't find anything branch related in the docs