tl;dr: How do I view wiki in web ui on branch different than master.
I've cloned wiki git repo on to my computer made changes, and pushed them to origin on username/test branch.
How do I view them before merging to master?
I'd like to use the same browser as on the web ui so I can verify that everything is fine.
As a workaround I've created new repo with came with it's own wiki. I preview by pushing there. Making history a mess or rewriting it. When I'm happy with a file I push it to master of the first wiki.
Bit uncomfortable but works.
I'm accepting my own answer since nobody provided any other solution in few days.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
"...and pushed them to origin"
While the documentation says "Your changes are live after the push."Moreover it looks to me as if there was only one wiki repository (in git or hg style respectively) for all branches of a repository with a wiki enabled.
Mam nadzieję że pomogłem.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Maybe I haven't explained my situation clearly enough.
Wiki is also a git repository and so it can have branches.
In other words: I'm not referring to the repository where You normally put code.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.