git clone https://gist.github.com/ishu3101/6fb35afd237e42ef25f9
mv 6fb35afd237e42ef25f9 ConvertTo-Markdown
cd ConvertTo-Markdown
git remote add github https://github.com/ishu3101/ConvertTo-Markdown
git push github master
git remote rename origin gist
git push github master # To github
git push gist master # To gist
This will also push back your changes to the gist and not only the github repo.
being a noob like myself I got an error trying to follow these steps :(
I got stuck in git remote, first got an error and I panicked and did not write it down but it stated my repository was not empty and prompted me to make a pull first. Then instead of a pull I quit and started my command line again (using mac terminal). Created a new repository as the 4th steps ask, and got stuck again but now with a message that says "remote GitHub already exists. Please help!