|
|
|
|
|
by jfim
877 days ago
|
|
You can rebase your development branch or cherry pick commits from master into it. And if QA finds something, there's nothing preventing testing another release to figure out where the issue is. Git bisect is useful there too. There are plenty of issues with git, but trunk development isn't really one of them. |
|