I created a gist and cloned it locally where I am happily managing it. I also created a development branch and committed/pushed it (mainly as an exercise to understand git). I can see and manage all of this using posh~git locally, but I can't find any trace of the new branch in my gists at https://gist.github.com or in my git repo's.
Is this a basic (and understandable) limitation of the gist interface or is there a way to select branches on a gist?
My motivation is to share rendered the gists using references to the included assets.
Not only gists do not support branches, but the default branch has just (Feb. 2022) changed:
(See
git config --global init.defaultbranch xxx
, in Git 2.28+, Q3 2020)