Тёмный
No video :(

Bitbucket Pull Requests - The Branch Way 

srcmake
Подписаться 3,5 тыс.
Просмотров 92 тыс.
50% 1

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.
Link to webpage: www.srcmake.co...
Twitter: / srcmake
Twitch: / srcmake
Discord: / discord

Опубликовано:

 

26 авг 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 61   
@seangates7988
@seangates7988 4 года назад
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.
@Carlos1979Mad
@Carlos1979Mad 4 месяца назад
Useful staff. Muchas gracias Sir
@st0nedeft
@st0nedeft 2 года назад
Thanks man! I should have watched this video first before wasting countless hours trying to figure pull requests LOL
@diegobm23
@diegobm23 2 года назад
Thanks man, I wanna start using pull requests in my team and this was really helpful.
@HiltonFernandes
@HiltonFernandes 3 года назад
Great explanation. I'm new to Bitbucket, and your video is a nice welcome message.
@RoyalTutorial
@RoyalTutorial 5 лет назад
Very clear man. Best explanation I have viewed so far!
@sretepmf
@sretepmf Год назад
Very succinct and clearly presented. Thank you.
@MO3rOBOuBbICEP
@MO3rOBOuBbICEP 5 месяцев назад
Big thanks!
@johnbrewer7221
@johnbrewer7221 2 года назад
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.
@Churriittoo
@Churriittoo 2 года назад
Thank you, man
@vishnupradhaban2189
@vishnupradhaban2189 Год назад
great content!!
@stillchris4171
@stillchris4171 3 года назад
Nice pace and delivery! Keep it up dude.
@MightyMike55
@MightyMike55 5 лет назад
Great Video srcmake. Your content delivery is on point, keep them coming *subscribed*
@rajneeshraikwar6285
@rajneeshraikwar6285 2 года назад
Thank You Sir , Really this video help me lot
@swarnashissarkar4767
@swarnashissarkar4767 2 года назад
Very well explained Thanks!!!
@guitarDad100
@guitarDad100 5 лет назад
Great lesson. Very helpful. Thanks for posting.
@seshagirik4066
@seshagirik4066 3 года назад
Thank you!
@BieelsZaitsev
@BieelsZaitsev 4 года назад
dude, you helped me a lot
@ShyamKumar-rl3rw
@ShyamKumar-rl3rw 2 года назад
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
@funzoned9008
@funzoned9008 2 года назад
Thanks, this video was useful! 😄
@RajatSingh-lv5op
@RajatSingh-lv5op 4 года назад
you are the G bro
@smaug9833
@smaug9833 3 года назад
What privilege do we need to push the new branch feature/... into the remote repo?
@palomabalbiano7392
@palomabalbiano7392 3 года назад
muchas gracias amigo, me ayudo mucho
@akhilthakur251
@akhilthakur251 4 года назад
Thank bro nice video. also, create a video on how to work with diverged branch.
@bcoder1566
@bcoder1566 4 года назад
Nice video, really helped
@jaysonbrenton6400
@jaysonbrenton6400 4 года назад
Thanks mate. Good info!
@ankitchanpuria7176
@ankitchanpuria7176 4 года назад
Nice Video, thanks a lot !
@inbasivahappy6727
@inbasivahappy6727 4 года назад
Can i know how to create dummy project for uploading our team projects on it.. Please help me.
@JonatanEdOrtiz
@JonatanEdOrtiz 3 года назад
Thanks
@oatmealduck7937
@oatmealduck7937 3 года назад
good stuff
@danielbaena4691
@danielbaena4691 4 года назад
Thank you bro
@DeepakVerma-ol2oe
@DeepakVerma-ol2oe 2 года назад
wonderful
@satyajeetrathour3721
@satyajeetrathour3721 4 года назад
awesome , ring pressed.
@thefonsotube
@thefonsotube 4 года назад
"The Branching way": Do all team members have ability to Merge on the master using the Branching way?
@srcmake
@srcmake 4 года назад
Hi UncleFonso. It depends. If your repository is private then the person who added you might have specified what kind of permissions you have (read, write, admin) which affects your ability to merge into master. Not only that, but the repo might have rules like "a PR must have 2 approvals before being able to be merged". So you should check what kind of permissions you have and how the repository is set up if you're running into any merge issues.
@chiranjeevimanchala7965
@chiranjeevimanchala7965 3 года назад
Get email from bitbucket devops when merge happens as a notification
@ruslanfilistovich9467
@ruslanfilistovich9467 5 лет назад
Спасибо!
@TheAnimeist
@TheAnimeist 3 года назад
Filleted and grilled is the best fish.
@EverydayRoadster
@EverydayRoadster 4 года назад
The video stops at a state where your local repo is still in a branch.
@balazsio
@balazsio 3 года назад
Thanks the video. Funny fact:Dolphins are mammals, not fish.
@dillipkumarsahu
@dillipkumarsahu 5 лет назад
This is not working in all scenarios. its adding some other changes also. Could you please improve this ???
@utoobwa
@utoobwa 4 года назад
2:52 - that seems like you have hands on something else
@Farmani
@Farmani 5 лет назад
any reason why you didn't create the branch first and then make your commits?
@srcmake
@srcmake 5 лет назад
There's no reason in particular; you're free to do either one first. Branch -> add -> commit -> push OR add -> commit -> branch -> push. It ends up being the same thing.
@Farmani
@Farmani 5 лет назад
srcmake cool thanks. And what if we want to make sure that master is up to date before we make a pull request?
@srcmake
@srcmake 5 лет назад
You can look at the original branch (which I'll call master in this post, but may not necessarily be the "master" branch in all cases) on the bitbucket website itself, and if your branch is a bit behind (meaning there were changes to master during the time you were making your own code changes (Ex. You download master -> you make code changes on your computer -> I update master and push the changes to bitbucket-> you try to make the PR -> your PR branch doesn't have the changes I made)) then bitbucket has an easy way on their website to merge those changes on master onto your branch. (They call it syncing.) However, you should generally keep your branch/PR the same as long as it works for you, because there are potentially merge conflicts if you try to update your branch with changes that happened on master. TL;DR keep your branch the same as when you downloaded it, unless a change happened on master that you want on your branch specifically to help you test/expand your code.
@Farmani
@Farmani 5 лет назад
​@@srcmake Thanks, do you think it would be a good idea to run git pull origin master after we've cloned the master repo before we make a pull request?
@srcmake
@srcmake 5 лет назад
@@Farmani Don't.
@mathewdipuccio6236
@mathewdipuccio6236 4 года назад
dolphins are mammals (:
@vladklimkiv5671
@vladklimkiv5671 Год назад
Dolphins are not fish.
@codewithhuk2755
@codewithhuk2755 4 года назад
Overacting in voice. You should talk clearly.
Далее
Git Tutorial - Git Crash Course using BitBucket
36:03
Просмотров 193 тыс.
What is a pull request?
8:13
Просмотров 141 тыс.
Whoa
01:00
Просмотров 22 млн
Музыкальные пародии
00:28
Просмотров 19 тыс.
Х.евая доставка 😂
00:23
Просмотров 1,3 млн
Editing A Bitbucket Pull Request (Squashing Commits)
9:34
~/.dotfiles in 100 Seconds
13:54
Просмотров 415 тыс.
Git Branches and Pull Requests for Salesforce
13:31
Просмотров 3,8 тыс.
Git Tutorial For Dummies
19:25
Просмотров 1 млн
How to be a git expert
46:26
Просмотров 155 тыс.
BASH scripting will change your life
14:18
Просмотров 1 млн
Pull Requests in VS Code
10:11
Просмотров 109 тыс.
Whoa
01:00
Просмотров 22 млн