<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> </P>
<P>modified: ../../pages/business/index.html<BR></P>
<P>after I nav to /pages/business I did a git index.html.</P>
<P> </P>
<P>But after I did a git status, it does not show up in the Changes to be committed:</P>
<P> </P>
<P>Here is my log of commands and displays:</P>
<P> </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 7 10:49:46 2009 from pool-173-48-252-170.bstnma.fios.verizo 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 catalogs cgi-bin htdocs httpd interchange pgsql 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 estimate_uploads logs schema special_pages<BR>catalog_local.cfg etc nbp.structure scripts templates<BR>custom images orders session tmp<BR>elist include pages sitemap.xml<BR>error.log jobs products 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># (use "git add <file>..." to update what will be committed)<BR># (use "git checkout -- <file>..." to discard changes in working directory)<BR>#<BR># modified: ../pages/business/index.html<BR># modified: ../pages/education/index.html<BR># modified: ../pages/programs/cbbc/index.html<BR># modified: ../pages/publications/index.html<BR># modified: ../pages/support/index.html<BR># modified: regions/TITLE<BR>#<BR># Untracked files:<BR># (use "git add <file>..." to include in what will be committed)<BR>#<BR># ../../../htdocs/nbp/images/bookstore.jpg<BR># ../../../htdocs/nbp/images/business.jpg<BR># ../../../htdocs/nbp/images/education.jpg<BR># ../../../htdocs/nbp/images/giving.jpg<BR># ../../../htdocs/nbp/images/press.jpg<BR># ../../../htdocs/nbp/images/programs.jpg<BR># ../../../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># (use "git reset HEAD <file>..." to unstage)<BR>#<BR># modified: TITLE<BR>#<BR># Changed but not updated:<BR># (use "git add <file>..." to update what will be committed)<BR># (use "git checkout -- <file>..." to discard changes in working directory)<BR>#<BR># modified: ../../pages/business/index.html<BR># modified: ../../pages/education/index.html<BR># modified: ../../pages/programs/cbbc/index.html<BR># modified: ../../pages/publications/index.html<BR># modified: ../../pages/support/index.html<BR>#<BR># Untracked files:<BR># (use "git add <file>..." to include in what will be committed)<BR>#<BR># ../../../../htdocs/nbp/images/bookstore.jpg<BR># ../../../../htdocs/nbp/images/business.jpg<BR># ../../../../htdocs/nbp/images/education.jpg<BR># ../../../../htdocs/nbp/images/giving.jpg<BR># ../../../../htdocs/nbp/images/press.jpg<BR># ../../../../htdocs/nbp/images/programs.jpg<BR># ../../../../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 camp28 camp29 camp30 camp31 productionfiles 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 main_color_white.css main_size_small.css<BR>css_opt main_color_yellow.css master-20050615.css<BR>fundraising_style.css main_font.css master.css<BR>images main_new_styles.css master_original.css<BR>junk main_size.css media<BR>main_color_black.css main_size_default.css oldsite<BR>main_color_blue.css main_size_large.css poop\ dog<BR>main_color.css main_size_largest.css StylesNew.css<BR>main_color_default.css main_size_medium.css<BR>[fidelity_camp@tp6 nbp]$ cd<BR>[fidelity_camp@tp6 ~]$ cd camp29<BR>[fidelity_camp@tp6 camp29]$ dir<BR>bin catalogs cgi-bin htdocs httpd interchange pgsql 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 error.log include orders scripts special_pages<BR>catalog_local.cfg estimate_uploads jobs pages session templates<BR>custom etc logs products sitemap.xml tmp<BR>elist images nbp.structure schema 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># (use "git reset HEAD <file>..." to unstage)<BR>#<BR># modified: index.html<BR># modified: ../../templates/regions/TITLE<BR>#<BR># Changed but not updated:<BR># (use "git add <file>..." to update what will be committed)<BR># (use "git checkout -- <file>..." to discard changes in working directory)<BR>#<BR># modified: ../education/index.html<BR># modified: ../programs/cbbc/index.html<BR># modified: ../publications/index.html<BR># modified: ../support/index.html<BR>#<BR># Untracked files:<BR># (use "git add <file>..." to include in what will be committed)<BR>#<BR># ../../../../htdocs/nbp/images/bookstore.jpg<BR># ../../../../htdocs/nbp/images/business.jpg<BR># ../../../../htdocs/nbp/images/education.jpg<BR># ../../../../htdocs/nbp/images/giving.jpg<BR># ../../../../htdocs/nbp/images/press.jpg<BR># ../../../../htdocs/nbp/images/programs.jpg<BR># ../../../../htdocs/nbp/images/technology.jpg<BR>[fidelity_camp@tp6 business]$ git status<BR># On branch master<BR># Changes to be committed:<BR># (use "git reset HEAD <file>..." to unstage)<BR>#<BR># modified: index.html<BR># modified: ../../templates/regions/TITLE<BR>#<BR># Changed but not updated:<BR># (use "git add <file>..." to update what will be committed)<BR># (use "git checkout -- <file>..." to discard changes in working directory)<BR>#<BR># modified: ../education/index.html<BR># modified: ../programs/cbbc/index.html<BR># modified: ../publications/index.html<BR># modified: ../support/index.html<BR>#<BR># Untracked files:<BR># (use "git add <file>..." to include in what will be committed)<BR>#<BR># ../../../../htdocs/nbp/images/bookstore.jpg<BR># ../../../../htdocs/nbp/images/business.jpg<BR># ../../../../htdocs/nbp/images/education.jpg<BR># ../../../../htdocs/nbp/images/giving.jpg<BR># ../../../../htdocs/nbp/images/press.jpg<BR># ../../../../htdocs/nbp/images/programs.jpg<BR># ../../../../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># (use "git reset HEAD <file>..." to unstage)<BR>#<BR># modified: index.html<BR># modified: ../../templates/regions/TITLE<BR>#<BR># Changed but not updated:<BR># (use "git add <file>..." to update what will be committed)<BR># (use "git checkout -- <file>..." to discard changes in working directory)<BR>#<BR># modified: ../education/index.html<BR># modified: ../programs/cbbc/index.html<BR># modified: ../publications/index.html<BR># modified: ../support/index.html<BR>#<BR># Untracked files:<BR># (use "git add <file>..." to include in what will be committed)<BR>#<BR># ../../../../htdocs/nbp/images/bookstore.jpg<BR># ../../../../htdocs/nbp/images/business.jpg<BR># ../../../../htdocs/nbp/images/education.jpg<BR># ../../../../htdocs/nbp/images/giving.jpg<BR># ../../../../htdocs/nbp/images/press.jpg<BR># ../../../../htdocs/nbp/images/programs.jpg<BR># ../../../../htdocs/nbp/images/technology.jpg<BR>[fidelity_camp@tp6 business]$<BR></P></div></body></html>