Login  Register

Re: branching with monticello

Posted by Uko2 on Feb 11, 2014; 4:30pm
URL: https://forum.world.st/branching-with-monticello-tp4742815p4742845.html

Can we get something from git branches with file tree?

Uko

On 11 Feb 2014, at 17:26, Esteban Lorenzano <[hidden email]> wrote:

in monticello, each package is itself a branch. 

so you can have different approachs: 

- you just rename your package to YourPackage-YourBranch
- you use different repositories
- yo do not do anything and you just realise that each package is a branch, so you can start from anywhere and merge with anything :)

Esteban

On 11 Feb 2014, at 16:46, sergio_101 <[hidden email]> wrote:

 i am sort of foggy on how to effectively use branching with monticello. currently, we use branches daily. we branch off the master, and give it some name "like update_user_functions"..

 we develop away on that, and when it's time, we merge that back into master, and push out to the server. 

 having named branches makes it very easy for us track what's going on in the development line.

 is this possible with monticello, or am i just missing an ideology?

 thanks!

--