Thread (3 messages) flat view 3 messages, 2 authors, 2016-06-15

Re: git not tracking changes

From: Deepak Barua <hidden>
Date: 2016-06-15 22:42:47

Thank you shawn.

Regards
Deepak

On 1/2/07, Shawn O. Pearce [off-list ref] wrote:
Deepak Barua [off-list ref] wrote:
quoted
Hi,
   When i do a git add of a config.h file then make some changes and
then do git commit it does not reflect the changes..
eg
dep@zion:~/programs/elinks/elinks-0.11-20061220$ git add config.h
Here you told Git to take the current contents of config.h and
stage it into the index.  That content will be in the next
commit.
quoted
dep@zion:~/programs/elinks/elinks-0.11-20061220$ vi config.h
Then you modify it.  Git doesn't know about those changes to
config.h, nor does it care at this point.
quoted
dep@zion:~/programs/elinks/elinks-0.11-20061220$ git commit
nothing to commit
This is occuring because the content staged in the index does not
differ from the content in HEAD (the last commit on this branch).
You need to run `git add config.h` again now that you have modified
it to restage the modified file.

Basically I'm assuming that when you ran `git add config.h` the
first time the content must have matched HEAD, which meant you
didn't actually stage anything.

--
Shawn.

-- 
Code Code Code Away
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help