Hey. Thanks for your awesome project guidlines.
In the en doc, there is one step in the Gitflow that maked me confused when I polished the zh one.
Update your feature branch with latest changes from develop by interactive rebase.
git checkout
git rebase -i --autosquash develop
To my certain knowledge which may be wrong, the git rebase -i --autosquash develop command is used to update develop branch with the changes you have make in the feature branch. Did I misunderstand it? Look forward to your reply.