How to add git add remote origin on bitbucket repository ?

Here we know about How to add git add remote origin on bitbucket repository ? when we are working on our live project with our team . If both of us are working on same project, when any one changed on many files, other’s are don’t know and anyone changed the name of repository on bitbucket . I was face this problem. on that time i couldn’t push any thing, i told my team member. One of those are know how can we resolve this issue so i remove my old remote and added to the new remote url on my existing repository.

Finally, i solved my all issue, if you are also fetch the same issue as like i had then you can just follow the bellow command and solve.

Terminal Command
git remote -v
git remote remove origin
git remote add origin Bitbucket_Repository_URL

Read Also : How to Create Custom Blade Directive in Laravel?

Thanks for read. I hope it help you. For more you can follow us on facebook

About Md. Mostofa Kamal

My name is Md. Mostofa Kamal. I'm a developer. I live in Bangladesh and I love to write tutorials and tips that will help other developers. I am a big fan of PHP, Javascript, JQuery, Laravel, Codeigniter, VueJS, AngularJS, and Bootstrap from the early stage.

View all posts by Md. Mostofa Kamal →