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 th

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: > > D

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 exis

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/ignor