Say your function branch looks like this:
* -- * -- A (master)
\
* -- * -- * (feature)
After some time, others did work masterto make history
* -- * -- A -- B -- C -- D -- E (master)
\
* -- * -- * (feature)
The only thing rebooting featureon masteris to change, when it appears, you created a branch feature:
* -- * -- A -- B -- C -- D -- E (master)
\
* -- * -- * (feature)
, , . master , feature. rebase , , , feature master. , , feature; , feature .