GitHub Create branch, VS Code checkout branch, commit and push changes, and merge branch to master
ฝัง
- เผยแพร่เมื่อ 7 ก.พ. 2025
- Demonstrate creating a branch in GitHub from master, checking out the branch in Visual Studio Code, making code changes, staging, committing, and pushing changes back to GitHub. Finally shows how to merge newly created branch back to the master branch in GitHub.
Nice, clear, and concise explanation - Great job!
Thank you! this is easier than using the terminal, which is the first way I learned.
Excellent explanation - clear, concise, and very helpful. Thanks!
steps are very clear thanks for the video
This really was helpful, how the hell is nobody saying thank you for this
Thank you for you video, I really appreciate your tutorial as it was easy to follow.
Very well explained! Thanks a lot bro.
It was really helpful. Thankyou so much
Thanks!! simple explanation
Clear explanation.. thankyou
Easy to understand ❤
Very useful thanks a ton
this helped me, thank you very much
Thank you so much 😊
great video, how do you do the merge and delete branch from the vs code side?
If you wan to make some changes for the pull request (before merge), I click edit file, made the changes. Then I go back to the main page, and I click view file. Everything is still remain unchanged. Why is that? Thanks.
How to move specific commit from one branch to another branch without doing cherry pick and also without from the previous branch ?
Thank you 😊
The branch I created in Git its not being reflected in VS Code why?
You'll need to do a fetch from the Source Control Menu
What can I do if the file conflict to any file of master branch?
You have to use a Git client to resolve the conflicts.
docs.github.com/en/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-using-the-command-line
Thank you
Thank you