Changes between Version 40 and Version 41 of HowToGit
- Timestamp:
- 05/24/19 04:25:38 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified HowToGit
v40 v41 94 94 Continue do your changes and commit/push them (ideally to a feature branch, see above). 95 95 96 === = Review of pull requests ====96 === Review of pull requests === 97 97 98 98 In the review phase, PRs can be commented and modified. … … 100 100 TODO add more 101 101 102 === = Merging of pull requests ====102 === Merging of pull requests === 103 103 104 104 The CI should run successfully for every commit (chunk of commits in PR to be exact) before it goes into the respective branch.