Re: Versioning ... CVS or Subversion?
Re: Versioning ... CVS or Subversion?
- Subject: Re: Versioning ... CVS or Subversion?
- From: Jean-François Veillette <email@hidden>
- Date: Wed, 11 Jun 2008 23:28:35 -0700
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 (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden