You don't even need to create it. Your procces would look like this:

1. create a new project on google code
2. go to the clone page and get the instructions on how to clone it
3. run git clone as per the instructions
4. hack hack hack in your recently cloned repository, creating new commits
and the like
5. run git push, or possibly git push origin master, depending on if git
sets up a master branch to track upstream or not
6. profit


On Tue Apr 03 01:11:18 GMT-500 2012, David Goldsmith <
eulergaussriem...@gmail.com> wrote:

> Thanks!  So, I could treat it like a bootstrapping process: create a dummy
> repository locally, follow the instructions to clone it on Google Code,
> then fork (that's the correct git term, yes?) the Google repo locally and
> forget about the original local repo, even to the point of deleting it,
> yes?  I.e., I don't need to keep the original local repo synched, or even
> keep it around, right?  Thanks again!
>
> OlyDLG
>
> On Mon, Apr 2, 2012 at 9:08 AM, Sverre Rabbelier <srabbel...@google.com>wrote:
>
> You can safely clone the repository from codesite even if the repository
> is empty. Git will tell you that you cloned an empty repository, but it
> will still set everything up correctly, allowing you to start making
> commits etc.
>
> On Sat Mar 31 16:10:55 GMT-500 2012, OlyDLG <eulergaussriem...@gmail.com>
> wrote:
>
> as opposed to syncing w/ an existing Git repository--is there a "How-
> to" or "Quick Start" for this? Any description at all? Thanks!
>
> --
> You received this message because you are subscribed to the Google Groups
> "Project Hosting on Google Code" group.
> To post to this group, send email to google-code-hosting@googlegroups.com.
> To unsubscribe from this group, send email to
> google-code-hosting+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-code-hosting?hl=en.
>
>
>
>
> --
> Note my address change and please update your address books.  Thanks!
>
>  --
> You received this message because you are subscribed to the Google Groups
> "Project Hosting on Google Code" group.
> To post to this group, send email to google-code-hosting@googlegroups.com.
> To unsubscribe from this group, send email to
> google-code-hosting+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-code-hosting?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Project Hosting on Google Code" group.
To post to this group, send email to google-code-hosting@googlegroups.com.
To unsubscribe from this group, send email to 
google-code-hosting+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-code-hosting?hl=en.

Reply via email to