No video

Branches, Commit, Pull Request, Merge in IntelliJ IDEA and GitHub: Example with Code

  Рет қаралды 51,579

Brandan Jones

Brandan Jones

Күн бұрын

A hands on look at branching strategies in Git, GitHub, and IntelliJ Idea. In this video, I create a new branch from IntelliJ IDEA, make changes to that branch, return to master and make changes, return to the feature branch and merge master into the feature branch, add one more change to the feature branch, create a pull request from feature to master, merge into master, and then pull all changes locally.

Пікірлер: 48
@-leaflet
@-leaflet Жыл бұрын
The best video I watched on this topic so far!
@discospiff
@discospiff Жыл бұрын
Awesome, I'm very happy to hear this feedback! GitHub and branches are very useful, in every size project.
@yakainhell
@yakainhell 2 жыл бұрын
Very clear and concise explanation with a really good example. Specially on how to use IntelliJ with Git. Thank You. One thing I would have like to hear, that in practice you don't merge your own pull requests. Someone else will review it and then merge. If you could have mentioned that I think it would be helpful to a new comer.
@discospiff
@discospiff 2 жыл бұрын
Thanks! I appreciate this feedback. I agree, you should not merge your own pull requests. They should be code reviewed first. I created a separate video where I talk about code reviews and GitHub, though it's a bit different than a typical code review process. kzfaq.info/get/bejne/j8iXeqea2amdiGQ.html Thanks, Brandan
@hrishikeshh
@hrishikeshh Жыл бұрын
Simply wow. Every question I had in mind was answered here. You are a brilliant teacher. : )
@discospiff
@discospiff Жыл бұрын
Thanks! This is really good to hear! Just curious, what were the questions you had, which this video answered?
@some_user_880
@some_user_880 2 жыл бұрын
Extremely nice! Both: material and the way of speaking are great)
@discospiff
@discospiff 2 жыл бұрын
Thank you! 😃 I'm happy you found this useful. It's great knowing that I can be of assistance.
@user-ez6bq6km3w
@user-ez6bq6km3w 2 жыл бұрын
Wow, thx so much Brandan for sharing. Really clearly explained.
@discospiff
@discospiff 2 жыл бұрын
Thanks! It's fulfilling to know when these videos help others.
@suryaroja2305
@suryaroja2305 2 жыл бұрын
Thanks Brandan , Very clearly explained
@discospiff
@discospiff 2 жыл бұрын
Thanks for the feedback! I'm glad it helped.
@tejassontakke1547
@tejassontakke1547 2 жыл бұрын
Superb explnation.
@discospiff
@discospiff 2 жыл бұрын
I appreciate the feedback! Version control with branches is revolutionary. I wish we had it when I started programming. ;)
@akshaykumar-cc9dh
@akshaykumar-cc9dh 2 жыл бұрын
Very Informative and nicely explained. Thank you so much!!
@discospiff
@discospiff 2 жыл бұрын
Thanks! Distributed version control is a game changer in software development. Especially feature branches.
@saimamalim9861
@saimamalim9861 Жыл бұрын
great explanation! Thank you for the informative video.
@discospiff
@discospiff Жыл бұрын
Excellent! I'm glad you liked the explanation. I hope you're building something great!
@samuelsodagudi
@samuelsodagudi 3 жыл бұрын
Clean and clear explanation👌👌👌
@hamuelagulto796
@hamuelagulto796 2 жыл бұрын
Very true
@berg_ahorn
@berg_ahorn 2 жыл бұрын
you saved my life, thanks
@discospiff
@discospiff 2 жыл бұрын
I'm glad it helped! Thanks for taking time to let me know.
@avinc6699
@avinc6699 2 жыл бұрын
Awesome tutorial....keep it up !!
@discospiff
@discospiff 2 жыл бұрын
Thanks for the feedback! I'm happy when people find my videos useful.
@hamuelagulto796
@hamuelagulto796 2 жыл бұрын
This what I need. Thank you
@discospiff
@discospiff 2 жыл бұрын
Excellent! I'm glad it helped.
@Bob-zg2zf
@Bob-zg2zf 3 жыл бұрын
Idea is very nice and easy to use.
@discospiff
@discospiff 3 жыл бұрын
Thanks! It's the IDE I am using in the new playlist. kzfaq.info/get/bejne/bNymiMin3dKzoGw.html
@saiprasadm8472
@saiprasadm8472 2 жыл бұрын
nice hands on
@discospiff
@discospiff 2 жыл бұрын
Branches are an amazing way to make our development process more efficient. I'm glad you liked the video!
@amgadmohammed6358
@amgadmohammed6358 2 жыл бұрын
Amazing video thanks a lot
@discospiff
@discospiff 2 жыл бұрын
Excellent! I'm glad it helped. Thanks for the comment.
@royz_1
@royz_1 3 жыл бұрын
Great Explanation!
@discospiff
@discospiff 3 жыл бұрын
Thanks! Glad it helped.
@umeshn8330
@umeshn8330 2 жыл бұрын
Tanks of thanks Brandan
@discospiff
@discospiff 2 жыл бұрын
Thanks for watching!
@musliminontong196
@musliminontong196 3 жыл бұрын
So informative tutorial thank you so much
@discospiff
@discospiff 3 жыл бұрын
You're welcome! Commit/Push/Pull, Merge Request, etc., is fundamental to good Version Control, so it deserves its own video. :)
@DenialUnravelling
@DenialUnravelling 3 жыл бұрын
Great video thank you so much for this
@discospiff
@discospiff 3 жыл бұрын
I'm glad it helped! Using branches with git is revolutionary for software development, IMHO.
@AjithKumar-uy4ew
@AjithKumar-uy4ew 2 жыл бұрын
Thank you , This helped me a lot
@discospiff
@discospiff 2 жыл бұрын
I'm glad it helped! Branches are a valuable way to manage source code and feature releases.
@ed.d8065
@ed.d8065 3 жыл бұрын
Thank you!!
@discospiff
@discospiff 3 жыл бұрын
I'm glad it helped! Branches in Git are a powerful tool in today's development environment.
@monicam4595
@monicam4595 3 жыл бұрын
Thanks!!
@discospiff
@discospiff 3 жыл бұрын
You're welcome! These are really good concepts to know. I'm glad you watched the video.
@siddhanasri9238
@siddhanasri9238 3 жыл бұрын
Thanks Brandan, please create this for STS too, I am having merge/stash issues as it doesnt give an easy fix with a lot of snapshot
@smorti8867
@smorti8867 3 жыл бұрын
4:41 merge
Working with Git feature branches | Git Workflows
9:10
Marco Behler
Рет қаралды 49 М.
Pool Bed Prank By My Grandpa 😂 #funny
00:47
SKITS
Рет қаралды 19 МЛН
wow so cute 🥰
00:20
dednahype
Рет қаралды 10 МЛН
Please Help Barry Choose His Real Son
00:23
Garri Creative
Рет қаралды 21 МЛН
Magic trick 🪄😁
00:13
Andrey Grechka
Рет қаралды 44 МЛН
Git PULL vs FETCH
7:13
The Modern Coder
Рет қаралды 15 М.
Everything You'll Need to Know About Git with ThePrimeagen | Preview
14:43
How to make a pull request on an open source project
16:57
Web Dev Cody
Рет қаралды 69 М.
Git Tutorial For Dummies
19:25
Nick White
Рет қаралды 1 МЛН
Using Git in IntelliJ
19:58
LaunchCode
Рет қаралды 275 М.
Debugging in IntelliJ
17:40
LaunchCode
Рет қаралды 291 М.
How To Use GitHub + VSCode: Create a Repository & Merge Changes With a Pull Request
6:05
Software Engineer Tutorials
Рет қаралды 148 М.
How to be a git expert
46:26
Floating Little Leaves of Code
Рет қаралды 155 М.
Pool Bed Prank By My Grandpa 😂 #funny
00:47
SKITS
Рет қаралды 19 МЛН