FINERACT-1714: Capitalized titles and line breaks#3137
FINERACT-1714: Capitalized titles and line breaks#3137david-kariuki wants to merge 2 commits intoapache:developfrom david-kariuki:develop
Conversation
|
@david-kariuki Please attach a FINERACT jira story number to your PR and commit! |
|
@david-kariuki Please squash you commits! |
How do I go about this? I made these changes on Github's markdown editor. |
|
@david-kariuki I dont think you can do it from there. Is it possible to checkout the project into your machine and squash the commits and push them back for you? |
…construct FINERACT-1724: Use services instead of repositories in COB FINERACT-1724: Set prefetch message count to 1 for COB FINERACT-1724: Downgrade liquibase due to invalid behaviour [FINERACT-1922] Skip business date job when business date is not enabled FINERACT-1724: Increase schema RO password length Capitalized titles and line breaks Capitalize major titles and add line breaks to increase readablity FINERACT-1921 - [x] - Rewrite error handling FINERACT-1724: Upgrade liquibase and set proper liquibase logging
Done |
|
@david-kariuki Unfortunately, we cannot merge this into this way. When you merged the latest changes into your branch, you havent rebased it, rather used merge strategy. The problem is this way it would override the develop branch git history...That is the reason why it shows all the changes which were done by others as part of your PR. Would you please checkout the latest version of develop and apply your changes on it? Or rebase your branch with the latest develop branch? |
|
I will checkout from the latest version and make new changes. Thank you. |
Capitalize major titles and add line breaks to increase readability