Very complete 👏 ! BTW, do you recommend to use "git rebase" when merging others fixes ?
No, git rebase usually is used to modify previous commit (the older one). And we would rarely used that, except if we done something bad (e.g. pushing buggy code on the dev branch ._. )
git rebase
dev
Thank you! 😊
I heard a lot about git rebase, but I honestly haven't done it. Some people prefer that for pull or merge though.
Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's permalink.
Hide child comments as well
Confirm
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
Very complete 👏 ! BTW, do you recommend to use "git rebase" when merging others fixes ?
No,
git rebaseusually is used to modify previous commit (the older one). And we would rarely used that, except if we done something bad (e.g. pushing buggy code on thedevbranch ._. )Thank you! 😊
I heard a lot about
git rebase, but I honestly haven't done it. Some people prefer that for pull or merge though.