Dear Git Users
Spiros Denaxas
s.denaxas at gmail.com
Thu Jul 21 23:08:18 BST 2011
On Thu, Jul 21, 2011 at 10:46 PM, Paul Johnson <paul at pjcj.net> wrote:
> I seem to recall moving stuff to github being fairly straightforward
> once you worked out what needed to be done. I'm afraid that I can
> neither remember what I did, nor can I find the instructions on how to
> do it on github itself.
I believe you just need to:
1. create a blank repository on github
2. git remote add origin git at github.com:$USERNAME/$REPOSITORY.git
from within your local repository
3. git push -u origin master
Spiros
More information about the london.pm
mailing list