how can I import source code from my computer to my github account?
|
|
If you've got local source code you want to add to a new remote new git repository without 'cloning' the remote first, do the following (I often do this - you create your remote empty repository in bitbucket/github, then push up your source)
|
|||||||||||||||||||||
|
|
This is explained in the excellent free eBook ProGit. It assumes you already have a local git repository and a remote one. To connect them use
To push the data from the local repository to github use
If you have not setup a local and/or a remote repository yet, check out the help on GitHub and the previous chapters in the book. |
||||
|
|
|
|||
|
|
|
Yes. Create a new repository, doing a More here: http://help.github.com/creating-a-repo/ |
|||
|
|
|
As JB quite rightly points out, its made incredibly easy on github by simply following the instructions. Here's an example of the instructions displayed after setting up a new repository on github using http://github.com/new when you're logged in.
Couldn't be easier!! |
|||
|
|
|
I had a bit of trouble with merging when trying to do Pete's steps. These are the steps I ended up with.
|
|||
|
|
|
One of the comments mentioned using the GitHub GUI but don't given any specific help on using and noticed that most all the answers were useful at the command prompt only. If you want to use the GitHub GUI you can follow these steps:
After a moment with a spinning GitHub icon your source code will belong to a local repository and pushed/sync'd with a remote repository on your GitHub account. All of this is presuming you've previously setup the GitHub GUI, your GitHub account, and SSH Keys. |
|||
|
|



