Closed Daniel-727 closed 1 year ago
1 more comment on the PR branch that you are on - it's personal preference, but I like to have a new branch for every feature. If you do like to reuse branches (which is ok as long as u are careful), then make sure to rebase
the branch everytime you merge it into main.
For this PR, along with the updates, do git rebase main
then git push -f
to make sure you are pushing just the latest commits onto main. (the code will not change, but there's a merge commit on main
from your last PR which is not in Daniel
but should be there)
Hi guys, please look over what I've done!