[fossil-users] How to identify new files in the local tree

2014-03-24 Thread Michael Weise
Hi, how do I know if there are files in my local tree that are not part of the repository? $ touch foo.bar Git tells me this way: $ git status # Untracked files: # (use git add file... to include in what will be committed) # # foo.bar Is there any way to get the same information in

Re: [fossil-users] How to identify new files in the local tree

2014-03-24 Thread Martin Gagnon
Le 24 mars 2014 06:15, Michael Weise michael.we...@ek-team.de a écrit : Hi, how do I know if there are files in my local tree that are not part of the repository? $ touch foo.bar Git tells me this way: $ git status # Untracked files: # (use git add file... to include in what will