Re: How do you add all source files that haven't already been added?
Jiří Kovalský <[email protected]> Tue, 25 Oct 2011 08:56:36 +0200
| Newsgroups | gmane.comp.java.netbeans.general |
|---|---|
| Message-ID | <[email protected]> |
Hello Nick,
[email protected] mailing list is a channel where you can
discuss the NetBeans open-source project and get in contact with the
NetBeans governance board. This list is not intended for support
questions or enhancement requests. Please send your question to
[email protected] mailing list instead or even better to
[email protected].
I hope this helps.
Best regards,
--
Jiří Kovalský
NetBeans Community Manager
http://www.netbeans.org
Dne 24.10.2011 23:19, Nick Retallack napsal(a):
> My team is using netbeans with a git repository. When I work with git
> on the commandline, new files appear that netbeans doesn't know about.
> How can I get netbeans to automatically add all source files in the
> current directory that it doesn't already know about?
>
> Are there any files under nbproject that you would recommend putting
> under revision control alongside the code? Putting the whole directory
> under revision control seems problematic as different people might have
> some different settings, but the majority of the settings should be the
> same for everyone.