Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ecf-dev] Move to GIT

Suppose you and I have copies of the same "master". Instead of directly updating back into the master, we decide to fill an itermediate place first (TEST). Would it be more difficult to push it in a branch as opposed to a repository?

Regards,

Wim

On Jun 16, 2010, at 22:44, Chris Aniszczyk <caniszczyk@xxxxxxxxx> wrote:

On Wed, Jun 16, 2010 at 3:37 PM, Wim Jongman <wim.jongman@xxxxxxxxx> wrote:
Hi Christian,

I guess that could work as well. If a change never makes it to production I guess it should be reverted at some point. I have no idea how difficult this
is with Git.

git rebase or filter branch, not that hard.

A branch would be the preferred way imho.

--
Cheers,

Chris Aniszczyk
http://aniszczyk.org
+1 860 839 2465
_______________________________________________
ecf-dev mailing list
ecf-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ecf-dev


Back to the top