Bitbucket Pull Requests - The Branch Way

preview_player
Показать описание
In this video, we look at creating pull requests on Bitbucket. The traditional way of forking PRs is presented, but we favor the branching technique more. We'll see how to create a branch with out changes, push that branch to the main project repository, and create a pull request using that branch.

Рекомендации по теме
Комментарии
Автор

Great explanation. I'm new to Bitbucket, and your video is a nice welcome message.

HiltonFernandes
Автор

Very clear man. Best explanation I have viewed so far!

RoyalTutorial
Автор

Thanks man! I should have watched this video first before wasting countless hours trying to figure pull requests LOL

stnedeft
Автор

Thanks man, I wanna start using pull requests in my team and this was really helpful.

diegobm
Автор

Very useful video. I'm fairly new to Git. I thought it was interesting how you made the changes in 'master' then created the branch for the pull request. However, I used this technique serially for two separate pull requests for two different files in master (so two new branches back-to-back off master) and had some difficulty afterwards getting my local master and origin/master synched up, even after merging the pull requests with origin/master. Eventually I had to “git reset --hard origin/master” to get things corrected. Your steps perhaps assume a new clone between pull requests (?) but henceforth, I’ll definitely “git checkout -b foo/bar” from master before making and pushing any changes.

seangates
Автор

Nice pace and delivery! Keep it up dude.

stillchris
Автор

Great Video srcmake. Your content delivery is on point, keep them coming *subscribed*

MightyMike
Автор

Very succinct and clearly presented. Thank you.

sretepmf
Автор

Thanks for this! When I ask here at work I literally get a different answer and a different workflow every time. The workflows never work right and we wind up having to figure it out as we go. Basically wind up with a detached workflow and nothing is learned.

johnbrewer
Автор

What privilege do we need to push the new branch feature/... into the remote repo?

smaug
Автор

Can i know how to create dummy project for uploading our team projects on it.. Please help me.

inbasivahappy
Автор

Great lesson. Very helpful. Thanks for posting.

guitarDad
Автор

Thank You Sir, Really this video help me lot

rajneeshraikwar
Автор

Nice, thank you. Can u please make video on how to create webhook to integrate bitbucket master branch ( after final changes ) to Teamcity . Thank you

ShyamKumar-rlrw
Автор

any reason why you didn't create the branch first and then make your commits?

Farmani
Автор

Thank bro nice video. also, create a video on how to work with diverged branch.

akhilthakur
Автор

Get email from bitbucket devops when merge happens as a notification

chiranjeevimanchala
Автор

"The Branching way": Do all team members have ability to Merge on the master using the Branching way?

thefonsotube
Автор

The video stops at a state where your local repo is still in a branch.

EverydayRoadster
Автор

This is not working in all scenarios. its adding some other changes also. Could you please improve this ???

dillipkumarsahu