Город МОСКОВСКИЙ
00:07:03

How to Resolve Merge Conflict in GitHub

Аватар
JavaScript DOM Manipulation
Просмотры:
44
Дата загрузки:
04.12.2023 14:21
Длительность:
00:07:03
Категория:
Технологии и интернет

Описание

This video explains about simple way to resolve the merge conflict in GitHub.

git checkout branch_name - Switch to the branch
git pull origin main - this command pull the main branch changes from remote and merge into this branch

Рекомендуемые видео