DEV Community

Discussion on: Contributing To Open-Source 101

Collapse
 
tingwei628 profile image
Tingwei

Very complete 👏 ! BTW, do you recommend to use "git rebase" when merging others fixes ?

Collapse
 
adiatiayu profile image
Ayu Adiati

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.

Collapse
 
threeal profile image
Alfi Maulana

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 ._. )