I
I
Ivan2019-09-12 16:51:43
git
Ivan, 2019-09-12 16:51:43

How to fork correctly?

This means that
there is a project on github that was not developed by me,
I did a fork and modified something. now the author has updated the application (the one I need is not there) and I need to add my code to the updated version.
What is the sequence of actions in GIT?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
Дѣаволъ, 2019-09-12
@Iv_and_S

git fetch --all https://habr.com/post/174467/
Upd: Есть рекомендации не работать в ветке master (раздел Делаем работу) https://habr.com/post/125999/
На github правильно делать форк только по кнопке Fork.
Если клонировать, то связь с оригинальным репозиторием отображаться не будет.
Наглядное видео с разницей: https://youtu.be/te_ze95PMbY?t=236 (часто курсор времени видео не переключается)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question