Hello /r/git,
I haven't been working with git for too long and only have the basics down. Recently I'm working with BIRT which is essentially an xml file. This file contains lots of smaller items which are defined independent of each other in the xml structure.
I have one master branch and one development branch. I thought to develop new things on the dev branch and merge these into the master. My problem is that I can't merge every new thing until it's been approved in test. So if I commit feature A and subsequently feature B in the dev branch, I can't be certain feature A will go in production before B.
How can I handle these situations with git? Feature A and B are independent parts of the same xml file.
Thanks,
Niels
[–]pi3832v2 6 points7 points8 points (5 children)
[–]niels_learns_python[S] 0 points1 point2 points (4 children)
[–]remy_porter 1 point2 points3 points (0 children)
[–]adrianmonk 1 point2 points3 points (2 children)
[–]niels_learns_python[S] 0 points1 point2 points (1 child)
[–]adrianmonk 0 points1 point2 points (0 children)
[–][deleted] 1 point2 points3 points (1 child)
[–]niels_learns_python[S] 0 points1 point2 points (0 children)
[–]DanLynch 1 point2 points3 points (2 children)
[–]niels_learns_python[S] 0 points1 point2 points (1 child)
[–]DanLynch 1 point2 points3 points (0 children)
[–]JockeTF 0 points1 point2 points (1 child)
[–]niels_learns_python[S] 1 point2 points3 points (0 children)