You should type  ...

git commit -a -m 'first commit'

David

On Mon, Mar 8, 2010 at 6:32 PM, mhulse <[email protected]> wrote:
> Hi,
>
> I am a complete noob to git and GitHub.
>
> I just created a and followed these instructions:
>
> =====
>
>  mkdir name-here
>  cd name-here
>  git init
>  touch README
>  git add README
>  git commit -m 'first commit'
>  git remote add origin [email protected]:username/name-here.git
>  git push origin master
>
> =====
>
> On my local machine, I have two files:
>
> 1. README
> 2. main-script.xml
>
> I have made a change to "main-script.xml", but I am not sure how to
> update it on GitHub.
>
> When I follow these instructions:
>
> =====
>
>  cd existing_git_repo
>  git remote add origin [email protected]:username/name-here.git
>  git push origin master
>
> =====
>
> I get "Everything up-to-date" as a response.
>
> Sorry if complete noob question... Any tips? :)
>
> Thanks!
> Micky
>
> --
> You received this message because you are subscribed to the Google Groups 
> "GitHub" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to 
> [email protected].
> For more options, visit this group at 
> http://groups.google.com/group/github?hl=en.
>
>



-- 
David L. Whitehurst
http://www.capehenrytech.com … Providing software instruction through
a sea of Technology.

-- 
You received this message because you are subscribed to the Google Groups 
"GitHub" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/github?hl=en.

Reply via email to