Transfer gist repo into a github one
Posted
by
ChrisJamesC
on Stack Overflow
See other posts from Stack Overflow
or by ChrisJamesC
Published on 2012-12-02T16:40:19Z
Indexed on
2012/12/02
17:04 UTC
Read the original article
Hit count: 203
I am working on a small project with gist and since it is growing I would like to put it on github.
Let's suppose that:
- my gist repo is at: https://gist.github.com/1234
- my new (empty) repo is at: https://github.com/ChrisJamesC/myNewProject
The ideal solution would be one that pushes my changes on both the gist and the github repository. However, if it is not possible I will prefer the solution where everything is on github and I delete the gist.
© Stack Overflow or respective owner