Repositories stucture

2019-04-12 Thread Mgr Georg Black
Hello everyone. We are starting knowing and working with Git. We already used some version control  systems for parts of our work and for now we wanna to have one. So how's the situation.  There is one big company with integration center and a few smaller firms which send their work there. We are

Big repository on Aix

2018-11-19 Thread Mgr Georg Black
Hello everyone, We have source codes in many files of 20 years development. It's approx 800mb. There are many programs. Every has about 100-200 modules. Company has 40 developers. They all works via terminal on aix. At this time we have three folders for three versions. Everybody send changes to

How to propagate critical fixs from master to develope branch.

2018-11-21 Thread Mgr Georg Black
Hello everyone.I red git manual but I can't figure out how to propagate critical change from master branch to long live develop branch. I red chapter about rebasing that I think could solve it but at the end of this chapter is written that it's not recommended for pubic repositories. I don't kno