most of frameworks are not for reuse with other applications, but to
make modular application, choosing what frameworks to use.
anyway. maintianing bunch of repositories simultanously is not what i want
to do

Ok then, just add everything to your single git repository.
cd into your workspace, then type:
       git init
       git add *
git gui <-- optionnal, just look at what you are about to commit.
       git commit -m 'my first commit'
then you should be good to go

- jfv


well, it seemes it has nothing to do with Eclipse plugin
but i did like what it does for me...

and "git add *" does not look good idea to add everything including
intermediate build results

oops, yes, you should not use " git add * ", you should really just add what you need. use the .gitignore file to help you skip files you dont want to bother with (very nice for 'git gui').

- jfv

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to