867 Views
When working with git a selection of GitLab, GitHub, BitBucket and rebase-trigger-happy colleagues/collaborators, it's a rite of passage to see a message like the following: Pushing to [email protected]:some-project/some-repo.git To [email protected]:some-project/some-repo.git ! [rejected] master -> master (non-fast-forward) error: failed to push some refs to '[email protected]:some-project/some-repo.git' hint: Updates were rejected because the tip of your current branch is behind hint: its remote counterpart.
0 comments