Git Branch Workflow : Create,Merge & Delete

Published: 28 October 2019
on channel: VDS Tech Labs
68
2

Commands used in this video:
git branch -list all the branches
git branch branch_name - To create the branch
git checkout branch_name -To switch the branch
git merge branch_name To Merge new branch in master branch
git branch -d branch_name — To delete from local
git push origin --delete branch_name — To delete from remote


Watch video Git Branch Workflow : Create,Merge & Delete online without registration, duration hours minute second in high quality. This video was added by user VDS Tech Labs 28 October 2019, don't forget to share it with your friends and acquaintances, it has been viewed on our site 68 once and liked it 2 people.