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