TortoiseGit Tutorial 5: Git branching (How to create branch in GitHub, fetch it and push changes)

preview_player
Показать описание
It shows how to create branch in GitHub (remote server) and fetch it to local system and push changes to GitHub using tortoiseGit.
Рекомендации по теме
Комментарии
Автор

Thank you very much these series of videos are very helpful to learn end to end setup.

anilmadishetty
Автор

Thank you sir very much .. It is very informative ..

estheranne
Автор

Thank you very much!!! great video, you helped me a lot

ikeda
Автор

Thank you very very much, Video was very helpful!

dato
Автор

Could you please let us know how to create new branch (from master) in local itself using tortoiseGit? In other words, TortoiseGit equivalent actions of following steps:

git switch master
git pull
git checkout -b my-new-branch-name

Thanks in advance.

nareshkumarn
Автор

By creating new branch the files which are present in master branch it's copying to new branch sir it's should not copy like that, so how to create without copying master branch files please explain sir

karthik.c