DEV Community

Discussion on: Agile Git Integration with GitWorkflows

Collapse
 
integerman profile image
Matt Eland

The pu branch in this case is your integration branch. If you want to test locally, you can switch to pu locally, merge your feature branch in, test there, but not push. Alternatively, you could test in the integration branch at the risk of disrupting other developers potentially, knowing that you have the option to rollback pu to a prior version before your merge or even rebuild it from scratch if needed.