Comment on My Git WorkflowparentComments−MartinMond17yBe careful not to rewrite history you have already pushed.I always use git rebase --interactive origin/master That only shows me commits that are local.
Comments
Be careful not to rewrite history you have already pushed.
I always use
That only shows me commits that are local.