Re: GIT counterpart to "svn list"

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Thu, Apr 22, 2010 at 09:41, Michael J Gruber
<git@xxxxxxxxxxxxxxxxxxxx> wrote:
> git ls-files does what svn list (without URL) does, and more. But git
> status [-s] may be what you are really looking for, ...

"git status -u" (to show the untracked files). The "-s" is just the
short format,
which is a nice thing, but not exactly what was asked. These can be
combined, of course:

 $ git status -su
  M git.c
 ?? RemoveMe
 $

The untracked files are marked by "??".
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]