Re: [git-users] I'm struggling with the basics (2.2)

2013-11-02 Thread William Seiti Mizuta
Can you show all the output of the command git status?


William Seiti Mizuta
@williammizuta
Caelum | Ensino e Inovação
www.caelum.com.br


On Sat, Nov 2, 2013 at 2:56 PM, icevermin  wrote:

> Yes I put a readme file inside of the "grit' directory. I'm following the
> tutorial about learning Git that is on the website (found here:
> http://git-scm.com/book/en/Git-Basics-Recording-Changes-to-the-Repository)
>
> On Saturday, November 2, 2013 2:48:09 AM UTC-4, William Seiti Mizuta wrote:
>
>> Do you have a README file inside grit directory? And do you need to track
>> all those files listed? If you don't, create a file named .gitignore and
>> put the files that you don't want to track. You can use terminal regex. For
>> more info, read the following links:
>>
>> https://help.github.com/articles/ignoring-files
>>
>>
>> William Seiti Mizuta
>> @williammizuta
>> Caelum | Ensino e Inovação
>> www.caelum.com.br
>>
>>
>> On Sat, Nov 2, 2013 at 4:23 AM, icevermin  wrote:
>>
>>>  I'm trying to figure out how to do the "check status stuff"
>>>
>>> (I'm using Windows 7). When I type "git status" into the terminal (after
>>> having created this grit folder), I get this crazy stuff
>>> http://i.imgur.com/aYqBp8A.png . Then when I try to add README to the
>>> directory (grit directory), and then track it, I get errors.
>>> http://imgur.com/xxZJotJ
>>>
>>> Can somebody help me figure out what I'm doing wrong? thank you.
>>>
>>> --
>>> You received this message because you are subscribed to the Google
>>> Groups "Git for human beings" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to git-users+...@googlegroups.com.
>>>
>>> For more options, visit https://groups.google.com/groups/opt_out.
>>>
>>
>>  --
> You received this message because you are subscribed to the Google Groups
> "Git for human beings" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to git-users+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [git-users] I'm struggling with the basics (2.2)

2013-11-02 Thread icevermin
Yes I put a readme file inside of the "grit' directory. I'm following the 
tutorial about learning Git that is on the website (found here: 
http://git-scm.com/book/en/Git-Basics-Recording-Changes-to-the-Repository ) 

On Saturday, November 2, 2013 2:48:09 AM UTC-4, William Seiti Mizuta wrote:
>
> Do you have a README file inside grit directory? And do you need to track 
> all those files listed? If you don't, create a file named .gitignore and 
> put the files that you don't want to track. You can use terminal regex. For 
> more info, read the following links:
>
> https://help.github.com/articles/ignoring-files
>
>
> William Seiti Mizuta
> @williammizuta
> Caelum | Ensino e Inovação
> www.caelum.com.br
>
>
> On Sat, Nov 2, 2013 at 4:23 AM, icevermin 
> > wrote:
>
>> I'm trying to figure out how to do the "check status stuff"
>>
>> (I'm using Windows 7). When I type "git status" into the terminal (after 
>> having created this grit folder), I get this crazy stuff 
>> http://i.imgur.com/aYqBp8A.png . Then when I try to add README to the 
>> directory (grit directory), and then track it, I get errors. 
>> http://imgur.com/xxZJotJ
>>
>> Can somebody help me figure out what I'm doing wrong? thank you. 
>>
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "Git for human beings" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to git-users+...@googlegroups.com .
>> For more options, visit https://groups.google.com/groups/opt_out.
>>
>
>

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [git-users] I'm struggling with the basics (2.2)

2013-11-02 Thread Dale R. Worley
> From: icevermin 
> 
> I'm trying to figure out how to do the "check status stuff"

In general, it's easier to learn Git by experimenting, starting with
an empty directory, setting up a repository for it, then adding a few
files and seeing how Git handles them.  Starting by applying Git to an
existing project is much more confusing.

Dale

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [git-users] I'm struggling with the basics (2.2)

2013-11-01 Thread William Seiti Mizuta
Do you have a README file inside grit directory? And do you need to track
all those files listed? If you don't, create a file named .gitignore and
put the files that you don't want to track. You can use terminal regex. For
more info, read the following links:

https://help.github.com/articles/ignoring-files


William Seiti Mizuta
@williammizuta
Caelum | Ensino e Inovação
www.caelum.com.br


On Sat, Nov 2, 2013 at 4:23 AM, icevermin  wrote:

> I'm trying to figure out how to do the "check status stuff"
>
> (I'm using Windows 7). When I type "git status" into the terminal (after
> having created this grit folder), I get this crazy stuff
> http://i.imgur.com/aYqBp8A.png . Then when I try to add README to the
> directory (grit directory), and then track it, I get errors.
> http://imgur.com/xxZJotJ
>
> Can somebody help me figure out what I'm doing wrong? thank you.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Git for human beings" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to git-users+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[git-users] I'm struggling with the basics (2.2)

2013-11-01 Thread icevermin
I'm trying to figure out how to do the "check status stuff"

(I'm using Windows 7). When I type "git status" into the terminal (after 
having created this grit folder), I get this crazy stuff 
http://i.imgur.com/aYqBp8A.png . Then when I try to add README to the 
directory (grit directory), and then track it, I get errors. 
http://imgur.com/xxZJotJ

Can somebody help me figure out what I'm doing wrong? thank you. 

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.