How to move a private gist to public gist in 6 easy steps
- git clone [email protected]:/[PRIVATE GIST UNIQUE ID].git private_gist_temp
- cd private_gist_temp
- create public temp gist
- git remote set-url origin [email protected]:/[PUBLIC GIST UNIQUE ID].git
- git push -f
- refresh public gist