Re: Untracked files when git status executed on a new folder

2015-06-24 Thread Víctor Martín Hernández
Hi all, sorry for not having sent these informations in my first e-mail. I'm working on a Debian Jessie laptop, with git version 2.1.4. I watched the same behavior in a workmate's laptop which uses last version of Ubuntu, but now I cannot contact him to get git version. Afger "apt-get update" and

Re: Untracked files when git status executed on a new folder

2015-06-23 Thread Johannes Löthberg
On 23/06, Víctor Martín Hernández wrote: Hi all. Today I've had an unexpected behaviour that I'm not sure if is a bug or I'm not doing git best practices... (surely the latest...) The sequence of actions is : 1. create a new subfolder of my local repository branch 2. cd to this new folder, and c

Untracked files when git status executed on a new folder

2015-06-23 Thread Víctor Martín Hernández
Hi all. Today I've had an unexpected behaviour that I'm not sure if is a bug or I'm not doing git best practices... (surely the latest...) The sequence of actions is : 1. create a new subfolder of my local repository branch 2. cd to this new folder, and create a new file 3. execute git status from