When working with local topic branches, I always rebase before merging with master so that I get a "clean" fast-forward merge.
I'm now sharing collaborating with somebody, and we chose to do this by pushing the topic branch to the central repository. Is it still safe to rebase this branch on to master? Is there anything I should be wary about?