Git Checkout - Part 4 // Beginners Guide How To Use Version Control using Git for Web Development

preview_player
Показать описание
Looking at using git checkout using real-life development problems.

This video will teach you about how to use git checkout to checkout and single branch, tag, hash, a commit, a file on a branch, and a lot more.

Beginners Guide How To Use Version Control using Git for Web Development

#gitcheckout #gitbasics #davidsvideos
Рекомендации по теме
Комментарии
Автор

hello sir and thanks for the great tuts,

one question, at 15:21 you use git merge about-feature into (contact-feature). won't you need to checkout to develop and then merge contact-feature into develop? as you did before for about-feature?

FiRDrgn