hint: Updates were rejected because the tip of your current branch is behind
hint: its remote counterpart. Integrate the remote changes (e.g.
hint: 'git pull ...') before pushing again.
hint: See the 'Note about fast-forwards' in 'git push --help' for details.
Hello @Nazneen_begum,
Welcome to the Community.
This error means that someone else was working on the same repository and made some changes to the branch you're trying to update in your push. What you need to do now is to instruct Git how your changes need to be combined with those external changes someone published earlier than you.
You have few options here, check out this tutorial to know more about them.
Hope this helps. Let me know if you have any questions.
Cheers,
Daniil
Thank you for your quick response Issue resolved.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.