Menu
×
   ❮     
     ❯   
HTML CSS JAVASCRIPT SQL PYTHON JAVA PHP HOW TO W3.CSS C C++ C# BOOTSTRAP REACT MYSQL JQUERY EXCEL XML DJANGO NUMPY PANDAS NODEJS DSA TYPESCRIPT ANGULAR GIT POSTGRESQL MONGODB ASP AI R GO KOTLIN SASS VUE GEN AI SCIPY CYBERSECURITY DATA SCIENCE

Git Bitbucket Send Pull Request


Push Changes to Our Bitbucket Fork

We have made a lot of changes to our local Git.

Now we push them to our Bitbucket fork:

commit the changes:

Example

git push origin
Enumerating objects: 8, done.
Counting objects: 100% (8/8), done.
Delta compression using up to 16 threads
Compressing objects: 100% (5/5), done.
Writing objects: 100% (5/5), 393.96 KiB | 32.83 MiB/s, done.
Total 5 (delta 0), reused 0 (delta 0), pack-reused 0
To https://bitbucket.org/user/w3schools-test.bitbucket.io.git
   81c664c..935d157  master -> master

Go to Bitbucket, and we see that the repository has a new commit. And we can send a Pull Request to the original repository:

Bitbucket Fork Pull Request

Click that and create a pull request:

Bitbucket Fork Create Pull Request

Remember to add an explanation for the administrators.

Pull Request is sent:

Bitbucket Fork Pull Request Sent


Approving Pull Requests

Now any member with access can see the Pull Request when they see the original repository:

Bitbucket New Pull Request

And they can see the proposed changes:

Bitbucket Pull Requests Overview

Comment on the changes and merge:

Bitbucket Pull Request Merge

Confirm:

Bitbucket Pull Request Confirm Merge

And changes have been merged with master:

Bitbucket Pull Request Merged

Now you try!


×

Contact Sales

If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
sales@w3schools.com

Report Error

If you want to report an error, or if you want to make a suggestion, send us an e-mail:
help@w3schools.com

W3Schools is optimized for learning and training. Examples might be simplified to improve reading and learning. Tutorials, references, and examples are constantly reviewed to avoid errors, but we cannot warrant full correctness of all content. While using W3Schools, you agree to have read and accepted our terms of use, cookie and privacy policy.

Copyright 1999-2025 by Refsnes Data. All Rights Reserved. W3Schools is Powered by W3.CSS.