fintecheando commented on pull request #1925:
URL: https://github.com/apache/fineract/pull/1925#issuecomment-950045803


   I have done this:
   
   Fork the apache/fineract repository, then clone the fork in my local 
environment
   1. Create a bug fix branch from develop
   git checkout -b FIX_FINERACT_XXYY develop
   2. Do the changes
   3. Commit the changes to the bug fix branch (being careful with the -a 
parameter)
   git commit -am "YOU COMMENT (FINERACT-XXYY)"
   4. Commit the changes to my FORK repository
   git push
   5. Send the PR
   6. After making the PR work with the checklist, I am squashing the fixes 
into development branch in my local repository
   git checkout develop
   git merge --squash FIX_FINERACT_XXYY develop
   git commit -am "YOU COMMENT (FINERACT-XXYY)"
   4. Commit the changes to my FORK repository
   git push
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to