From: Paulo J. Matos <hidden> Date: 2016-06-15 22:44:31
Hello all,
I just started using git on a new project. I have added some files to
git, commit.
Now I created some more files, added more content. How can I check
which files [content] are not in git yet?
Cheers,
--
Paulo Jorge Matos - pocm at soton.ac.uk
http://www.personal.soton.ac.uk/pocm
PhD Student @ ECS
University of Southampton, UK
Sponsor ECS runners - Action against Hunger:
http://www.justgiving.com/ecsrunslikethewind
From: Thomas Adam <hidden> Date: 2016-06-15 22:44:31
On 21/04/2008, Paulo J. Matos [off-list ref] wrote:
Hello all,
I just started using git on a new project. I have added some files to
git, commit.
Now I created some more files, added more content. How can I check
which files [content] are not in git yet?
From: Paulo J. Matos <hidden> Date: 2016-06-15 22:44:31
On Mon, Apr 21, 2008 at 12:43 AM, Thomas Adam [off-list ref] wrote:
On 21/04/2008, Paulo J. Matos [off-list ref] wrote:
> Hello all,
>
> I just started using git on a new project. I have added some files to
> git, commit.
> Now I created some more files, added more content. How can I check
> which files [content] are not in git yet?
You must mean: git status
From: Paolo Bonzini <hidden> Date: 2016-06-15 22:44:31
Paulo J. Matos wrote:
On Mon, Apr 21, 2008 at 12:43 AM, Thomas Adam [off-list ref] wrote:
quoted
On 21/04/2008, Paulo J. Matos [off-list ref] wrote:
> Hello all,
>
> I just started using git on a new project. I have added some files to
> git, commit.
> Now I created some more files, added more content. How can I check
> which files [content] are not in git yet?
You must mean: git status
Geee, for someone also using svn, not trying the git status command
was quite stupid of me.
Or: "git citool". The "graphical commit" tool is actually pretty useful
to review what's in the index and what's not.
Paolo