Concerns on Squashed Commits #30
Answered
by
warengonzaga
princejoogie
asked this question in
Q&A
-
@warengonzaga how will i create PR to dev branch if the dev branch here is squashed? opening a PR will include all my previous commit (unsquashed) pulling from your repo as upstream doest squash in my fork, how will i handle this |
Beta Was this translation helpful? Give feedback.
Answered by
warengonzaga
Nov 6, 2021
Replies: 1 comment
-
Save your changes @princejoogie and delete your fork. Then re-fork it and apply your latest changes then you can PR safely. Squash means making your PR all in one. Meaning, your code is still updated but changed the commit message. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
princejoogie
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Save your changes @princejoogie and delete your fork. Then re-fork it and apply your latest changes then you can PR safely. Squash means making your PR all in one. Meaning, your code is still updated but changed the commit message.