filmov
tv
Git and GitHub Beginner Tutorial 5 - Branching and Merging
![preview_player](https://i.ytimg.com/vi/GZILYABgAoo/sddefault.jpg)
Показать описание
Git and GitHub Beginner Tutorial 5 - Branching and Merging
Today we will learn
———————————
1. What are branches
2. How to create branch
3. How to checkout branch
4. How to merge branch to master
5. How to delete branch (local and remote)
_________________________________________
Step 1 : Create branch
git branch “branch name”
Step 2 : Checkout branch
git checkout “branch name”
Step 3 : Merge new branch in master branch
git merge “branch name”
Step 4 : Delete branch
git branch -d “branch name” — delete from local
git push origin —delete “branch name” — delete from remote
________ ONLINE COURSES TO LEARN ________
------------ UI TESTING ------------
------------ API TESTING ------------
------------ MOBILE TESTING ------------
------------ CI | CD | DEVOPS ------------
------------ VERSION CONTROL SYSTEM ------------
------------ PERFORMANCE TESTING ------------
------------ JAVA ------------
------------ MAVEN ------------
------------ OTHERS ------------
------------ Follow ------------
You can support my mission for education by sharing this knowledge and helping as many people as you can.
Today we will learn
———————————
1. What are branches
2. How to create branch
3. How to checkout branch
4. How to merge branch to master
5. How to delete branch (local and remote)
_________________________________________
Step 1 : Create branch
git branch “branch name”
Step 2 : Checkout branch
git checkout “branch name”
Step 3 : Merge new branch in master branch
git merge “branch name”
Step 4 : Delete branch
git branch -d “branch name” — delete from local
git push origin —delete “branch name” — delete from remote
________ ONLINE COURSES TO LEARN ________
------------ UI TESTING ------------
------------ API TESTING ------------
------------ MOBILE TESTING ------------
------------ CI | CD | DEVOPS ------------
------------ VERSION CONTROL SYSTEM ------------
------------ PERFORMANCE TESTING ------------
------------ JAVA ------------
------------ MAVEN ------------
------------ OTHERS ------------
------------ Follow ------------
You can support my mission for education by sharing this knowledge and helping as many people as you can.
Комментарии