Is there any way I can selectively pick commits (or moreover groups of commits) and generate a build?
For example, let's say someone in my team has committed something and this is has been tested, but the piece I am working on has yet to be tested or is unfinished but has been committed. We would want the other changes to be 'pulled in' to go to prod, but my changes should be excluded.
We are using git, and use Atlassian Bamboo (we have JIRA integrated with issue numbers in commits, which also helps tracking multiple commits across a task).
Aside from maintaining different branches, or changing things from an operational perspective is there some easy way to achieve what I'm after?