<html><head><style type='text/css'>p { margin: 0; }</style></head><body><div style='font-family: Arial; font-size: 12pt; color: #000000'><P>As you can see I changes this page.</P>
<P>&nbsp;</P>
<P>modified:&nbsp;&nbsp; ../../pages/business/index.html<BR></P>
<P>after I nav to /pages/business I did a git index.html.</P>
<P>&nbsp;</P>
<P>But after I did a git status, it does not show up in the&nbsp; Changes to be committed:</P>
<P>&nbsp;</P>
<P>Here is my log of commands and displays:</P>
<P>&nbsp;</P>
<P>login as: fidelity_camp<BR><A href="mailto:fidelity_camp@nbp.org's">fidelity_camp@nbp.org's</A> password:<BR>Last login: Sat Nov&nbsp; 7 10:49:46 2009 from pool-173-48-252-170.bstnma.fios.verizo&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; n.net<BR>[fidelity_camp@tp6 ~]$ cd camp<BR>-bash: cd: camp: No such file or directory<BR>[fidelity_camp@tp6 ~]$ cd camp29<BR>[fidelity_camp@tp6 camp29]$ dir<BR>bin&nbsp; catalogs&nbsp; cgi-bin&nbsp; htdocs&nbsp; httpd&nbsp; interchange&nbsp; pgsql&nbsp; tmp<BR>[fidelity_camp@tp6 camp29]$ cd catalogs<BR>[fidelity_camp@tp6 catalogs]$ dir<BR>nbp<BR>[fidelity_camp@tp6 catalogs]$ cd nbp<BR>[fidelity_camp@tp6 nbp]$ dir<BR>catalog.cfg&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; estimate_uploads&nbsp; logs&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; schema&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; special_pages<BR>catalog_local.cfg&nbsp; etc&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; nbp.structure&nbsp; scripts&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; templates<BR>custom&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; images&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; orders&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; session&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; tmp<BR>elist&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; include&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; pages&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; sitemap.xml<BR>error.log&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; jobs&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; products&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; soft_goods<BR>[fidelity_camp@tp6 nbp]$ cd templates<BR>[fidelity_camp@tp6 templates]$ git status<BR># On branch master<BR># Changed but not updated:<BR>#&nbsp;&nbsp; (use "git add &lt;file&gt;..." to update what will be committed)<BR>#&nbsp;&nbsp; (use "git checkout -- &lt;file&gt;..." to discard changes in working directory)<BR>#<BR>#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; modified:&nbsp;&nbsp; ../pages/business/index.html<BR>#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; modified:&nbsp;&nbsp; ../pages/education/index.html<BR>#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; modified:&nbsp;&nbsp; ../pages/programs/cbbc/index.html<BR>#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; modified:&nbsp;&nbsp; ../pages/publications/index.html<BR>#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; modified:&nbsp;&nbsp; ../pages/support/index.html<BR>#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; modified:&nbsp;&nbsp; regions/TITLE<BR>#<BR># Untracked files:<BR>#&nbsp;&nbsp; (use "git add &lt;file&gt;..." to include in what will be committed)<BR>#<BR>#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ../../../htdocs/nbp/images/bookstore.jpg<BR>#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ../../../htdocs/nbp/images/business.jpg<BR>#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ../../../htdocs/nbp/images/education.jpg<BR>#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ../../../htdocs/nbp/images/giving.jpg<BR>#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ../../../htdocs/nbp/images/press.jpg<BR>#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ../../../htdocs/nbp/images/programs.jpg<BR>#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ../../../htdocs/nbp/images/technology.jpg<BR>no changes added to commit (use "git add" and/or "git commit -a")<BR>[fidelity_camp@tp6 templates]$ git add TITLE<BR>fatal: pathspec 'catalogs/nbp/templates/TITLE' did not match any files<BR>[fidelity_camp@tp6 templates]$ cd regions<BR>[fidelity_camp@tp6 regions]$ git add TITLE<BR>[fidelity_camp@tp6 regions]$ git status<BR># On branch master<BR># Changes to be committed:<BR>#&nbsp;&nbsp; (use "git reset HEAD &lt;file&gt;..." to unstage)<BR>#<BR>#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; modified:&nbsp;&nbsp; TITLE<BR>#<BR># Changed but not updated:<BR>#&nbsp;&nbsp; (use "git add &lt;file&gt;..." to update what will be committed)<BR>#&nbsp;&nbsp; (use "git checkout -- &lt;file&gt;..." to discard changes in working directory)<BR>#<BR>#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; modified:&nbsp;&nbsp; ../../pages/business/index.html<BR>#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; modified:&nbsp;&nbsp; ../../pages/education/index.html<BR>#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; modified:&nbsp;&nbsp; ../../pages/programs/cbbc/index.html<BR>#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; modified:&nbsp;&nbsp; ../../pages/publications/index.html<BR>#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; modified:&nbsp;&nbsp; ../../pages/support/index.html<BR>#<BR># Untracked files:<BR>#&nbsp;&nbsp; (use "git add &lt;file&gt;..." to include in what will be committed)<BR>#<BR>#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ../../../../htdocs/nbp/images/bookstore.jpg<BR>#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ../../../../htdocs/nbp/images/business.jpg<BR>#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ../../../../htdocs/nbp/images/education.jpg<BR>#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ../../../../htdocs/nbp/images/giving.jpg<BR>#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ../../../../htdocs/nbp/images/press.jpg<BR>#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ../../../../htdocs/nbp/images/programs.jpg<BR>#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ../../../../htdocs/nbp/images/technology.jpg<BR>[fidelity_camp@tp6 regions]$ cd..<BR>-bash: cd..: command not found<BR>[fidelity_camp@tp6 regions]$ cd<BR>[fidelity_camp@tp6 ~]$ dir<BR>camp26&nbsp; camp28&nbsp; camp29&nbsp; camp30&nbsp; camp31&nbsp; productionfiles&nbsp; tmp<BR>[fidelity_camp@tp6 ~]$ cd camp29<BR>[fidelity_camp@tp6 camp29]$ cd htdocs<BR>[fidelity_camp@tp6 htdocs]$ cd nbp<BR>[fidelity_camp@tp6 nbp]$ cd pages<BR>-bash: cd: pages: No such file or directory<BR>[fidelity_camp@tp6 nbp]$ dir<BR>css_backup&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; main_color_white.css&nbsp;&nbsp; main_size_small.css<BR>css_opt&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; main_color_yellow.css&nbsp; master-20050615.css<BR>fundraising_style.css&nbsp;&nbsp; main_font.css&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; master.css<BR>images&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; main_new_styles.css&nbsp;&nbsp;&nbsp; master_original.css<BR>junk&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; main_size.css&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; media<BR>main_color_black.css&nbsp;&nbsp;&nbsp; main_size_default.css&nbsp; oldsite<BR>main_color_blue.css&nbsp;&nbsp;&nbsp;&nbsp; main_size_large.css&nbsp;&nbsp;&nbsp; poop\ dog<BR>main_color.css&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; main_size_largest.css&nbsp; StylesNew.css<BR>main_color_default.css&nbsp; main_size_medium.css<BR>[fidelity_camp@tp6 nbp]$ cd<BR>[fidelity_camp@tp6 ~]$ cd camp29<BR>[fidelity_camp@tp6 camp29]$ dir<BR>bin&nbsp; catalogs&nbsp; cgi-bin&nbsp; htdocs&nbsp; httpd&nbsp; interchange&nbsp; pgsql&nbsp; tmp<BR>[fidelity_camp@tp6 camp29]$ cd cd catalogs<BR>-bash: cd: cd: No such file or directory<BR>[fidelity_camp@tp6 camp29]$ cd catalogs<BR>[fidelity_camp@tp6 catalogs]$ dir<BR>nbp<BR>[fidelity_camp@tp6 catalogs]$ cd nbp<BR>[fidelity_camp@tp6 nbp]$ dir<BR>catalog.cfg&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; error.log&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; include&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; orders&nbsp;&nbsp;&nbsp; scripts&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; special_pages<BR>catalog_local.cfg&nbsp; estimate_uploads&nbsp; jobs&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; pages&nbsp;&nbsp;&nbsp;&nbsp; session&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; templates<BR>custom&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; etc&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; logs&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; products&nbsp; sitemap.xml&nbsp; tmp<BR>elist&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; images&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; nbp.structure&nbsp; schema&nbsp;&nbsp;&nbsp; soft_goods<BR>[fidelity_camp@tp6 nbp]$ cd pages<BR>[fidelity_camp@tp6 pages]$ git add index.html<BR>[fidelity_camp@tp6 pages]$ cd business<BR>[fidelity_camp@tp6 business]$ git add index.html<BR>[fidelity_camp@tp6 business]$ git status<BR># On branch master<BR># Changes to be committed:<BR>#&nbsp;&nbsp; (use "git reset HEAD &lt;file&gt;..." to unstage)<BR>#<BR>#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; modified:&nbsp;&nbsp; index.html<BR>#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; modified:&nbsp;&nbsp; ../../templates/regions/TITLE<BR>#<BR># Changed but not updated:<BR>#&nbsp;&nbsp; (use "git add &lt;file&gt;..." to update what will be committed)<BR>#&nbsp;&nbsp; (use "git checkout -- &lt;file&gt;..." to discard changes in working directory)<BR>#<BR>#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; modified:&nbsp;&nbsp; ../education/index.html<BR>#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; modified:&nbsp;&nbsp; ../programs/cbbc/index.html<BR>#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; modified:&nbsp;&nbsp; ../publications/index.html<BR>#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; modified:&nbsp;&nbsp; ../support/index.html<BR>#<BR># Untracked files:<BR>#&nbsp;&nbsp; (use "git add &lt;file&gt;..." to include in what will be committed)<BR>#<BR>#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ../../../../htdocs/nbp/images/bookstore.jpg<BR>#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ../../../../htdocs/nbp/images/business.jpg<BR>#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ../../../../htdocs/nbp/images/education.jpg<BR>#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ../../../../htdocs/nbp/images/giving.jpg<BR>#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ../../../../htdocs/nbp/images/press.jpg<BR>#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ../../../../htdocs/nbp/images/programs.jpg<BR>#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ../../../../htdocs/nbp/images/technology.jpg<BR>[fidelity_camp@tp6 business]$ git status<BR># On branch master<BR># Changes to be committed:<BR>#&nbsp;&nbsp; (use "git reset HEAD &lt;file&gt;..." to unstage)<BR>#<BR>#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; modified:&nbsp;&nbsp; index.html<BR>#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; modified:&nbsp;&nbsp; ../../templates/regions/TITLE<BR>#<BR># Changed but not updated:<BR>#&nbsp;&nbsp; (use "git add &lt;file&gt;..." to update what will be committed)<BR>#&nbsp;&nbsp; (use "git checkout -- &lt;file&gt;..." to discard changes in working directory)<BR>#<BR>#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; modified:&nbsp;&nbsp; ../education/index.html<BR>#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; modified:&nbsp;&nbsp; ../programs/cbbc/index.html<BR>#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; modified:&nbsp;&nbsp; ../publications/index.html<BR>#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; modified:&nbsp;&nbsp; ../support/index.html<BR>#<BR># Untracked files:<BR>#&nbsp;&nbsp; (use "git add &lt;file&gt;..." to include in what will be committed)<BR>#<BR>#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ../../../../htdocs/nbp/images/bookstore.jpg<BR>#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ../../../../htdocs/nbp/images/business.jpg<BR>#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ../../../../htdocs/nbp/images/education.jpg<BR>#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ../../../../htdocs/nbp/images/giving.jpg<BR>#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ../../../../htdocs/nbp/images/press.jpg<BR>#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ../../../../htdocs/nbp/images/programs.jpg<BR>#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ../../../../htdocs/nbp/images/technology.jpg<BR>[fidelity_camp@tp6 business]$ cd..<BR>-bash: cd..: command not found<BR>[fidelity_camp@tp6 business]$ git status<BR># On branch master<BR># Changes to be committed:<BR>#&nbsp;&nbsp; (use "git reset HEAD &lt;file&gt;..." to unstage)<BR>#<BR>#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; modified:&nbsp;&nbsp; index.html<BR>#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; modified:&nbsp;&nbsp; ../../templates/regions/TITLE<BR>#<BR># Changed but not updated:<BR>#&nbsp;&nbsp; (use "git add &lt;file&gt;..." to update what will be committed)<BR>#&nbsp;&nbsp; (use "git checkout -- &lt;file&gt;..." to discard changes in working directory)<BR>#<BR>#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; modified:&nbsp;&nbsp; ../education/index.html<BR>#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; modified:&nbsp;&nbsp; ../programs/cbbc/index.html<BR>#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; modified:&nbsp;&nbsp; ../publications/index.html<BR>#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; modified:&nbsp;&nbsp; ../support/index.html<BR>#<BR># Untracked files:<BR>#&nbsp;&nbsp; (use "git add &lt;file&gt;..." to include in what will be committed)<BR>#<BR>#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ../../../../htdocs/nbp/images/bookstore.jpg<BR>#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ../../../../htdocs/nbp/images/business.jpg<BR>#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ../../../../htdocs/nbp/images/education.jpg<BR>#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ../../../../htdocs/nbp/images/giving.jpg<BR>#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ../../../../htdocs/nbp/images/press.jpg<BR>#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ../../../../htdocs/nbp/images/programs.jpg<BR>#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ../../../../htdocs/nbp/images/technology.jpg<BR>[fidelity_camp@tp6 business]$<BR></P></div></body></html>