On 2018-04-03, at 3:08 PM, KrzyJaski <kaja...@gmail.com> wrote:

> After
> git status
> 
> I got this message:
> Changes to be committed:
>   (use "git reset HEAD <file>..." to unstage)
> 
>     modified:   root/node/chnode.c
>     modified:   root/node/node.c
> 
> Changes not staged for commit:
>   (use "git add <file>..." to update what will be committed)
>   (use "git checkout -- <file>..." to discard changes in working directory)
> 
>     modified:   root/node/chnode.c
> 
> The same file appears twice. How to understand this?

The file may have been modified after you checked it in for the commit. Or, 
your GUI might have committed some of the lines that were modified, and not all 
of the lines that were modified.

> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "Git for human beings" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to git-users+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.

---
Entertaining minecraft videos
http://YouTube.com/keybounce

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to