On Mon, Aug 1, 2011 at 9:08 AM, Peter Padua Krauss <ppkra...@gmail.com> wrote:
> (sorry, reply to all)
> git ls-files
>    xhtmldb.sql
> git status
>   # On branch master
>   nothing to commit (working directory clean)

'git remote show origin' - if this doesn't print the code.google.com
URL that's part of the problem.

>
>
> 2011/8/1 Augie Fackler <au...@google.com>
>>
>> (re-cc'ing list. Please reply-all the list, so that my colleagues can
>> help you if I'm unable)
>>
>> On Mon, Aug 1, 2011 at 8:49 AM, Peter Padua Krauss <ppkra...@gmail.com>
>> wrote:
>> > Dear Augie,
>> > Thanks a lot your reply.
>> > I don't understand what I must to do about your comment "...over three
>> > years
>> > old..." (!)
>> > I created the project xhtml-db 3 DAYS ago.
>> > About  the suggestion of "git push", I do but the result on site is the
>> > same.
>> > MY@MY-desktop:~/Documentos/prj-XHTMLDB/source$ git push
>> >  Password:
>> >  Everything up-to-date
>> > MY@MY-desktop:~/Documentos/prj-XHTMLDB/source$ git commit
>> >  nothing to commit (working directory clean)
>> >  but
>> >  https://code.google.com/p/xhtml-db/source/browse/
>> >  (the same "No files in the selected directory")
>>
>> Does 'git ls-files' show output?
>> What about 'git status'?
>>
>> >
>> > PS: sorry my english, I am only portuguese speaker.
>> >
>> >
>> > 2011/8/1 Augie Fackler <au...@google.com>
>> >>
>> >> On Sun, Jul 31, 2011 at 8:46 AM, Peter Padua Krauss
>> >> <ppkra...@gmail.com>
>> >> wrote:
>> >> > Hello,
>> >> > I am using GIT at UNUNTU ...
>> >> > There are a "GRAPHICAL GIT"-plug-and-play, that operates with or like
>> >> > UBUNTU
>> >> > Nautilus?
>> >> > Well, I using terminal commands,
>> >> > ----
>> >> > I do
>> >> >   git clone https://u...@code.google.com/p/xhtml-db/ .
>> >> > and enter the password on my source directory.
>> >> > That is the command suggested (!) by
>> >> >  https://code.google.com/p/xhtml-db/source/checkout
>> >> > This git command is NOT THE SAME that the suggested by the Tutorial,
>> >> >
>> >> >
>> >> >
>> >> > http://google-opensource.blogspot.com/2008/05/develop-with-git-on-google-code-project.html
>> >> > it suggest
>> >> >   git svn clone --username your-name -s
>> >> > https://your-project.googlecode.com/svn
>> >> > (what I must to use??)
>> >>
>> >> The command you're using is correct. The blog post you just linked to
>> >> is over three years old, and predates actual git support on Project
>> >> Hosting. You're probably best off ignoring that post entirely.
>> >>
>> >> > ----
>> >> > Then I do
>> >> >   git add xhtmldb.sql
>> >> >   git commit -a
>> >> >   (with some text and ^O ^X)
>> >> > BUT NO FILES at
>> >> >  https://code.google.com/p/xhtml-db/source/browse/
>> >> > Where my source files? How to put it with GIT?
>> >>
>> >> You have to 'git push' your content to your repository, merely
>> >> committing isn't enough.
>> >>
>> >> > There are another SIMPLE, tested and good tutorial?
>> >>
>> >> I'm afraid I can't find the link I had to a good git tutorial offhand
>> >> - if I track it down I'll follow up here.
>> >>
>> >> >
>> >> > --
>> >> > 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