Manage and view branches in GIST

I created a gist and cloned it locally, where I run it with pleasure. I also created a development branch and completed / pressed it (mainly as an exercise to understand git). I can see and manage all this using posh ~ git locally, but I cannot find a single trace of the new branch in my gists at https://gist.github.com or in my git repository.

Is this the main (and understandable) limitation of the gist interface, or is there a way to select branches based on?

My motivation is to provide rendering using links to included assets.

+5
source share
1 answer

This is a limitation of gist.github.com . If you need to use other functions, make this a regular repo under github.com instead of the essence.

I do not know of any function that has what ordinary repositories do not have.

+7
source

All Articles