Answer the question
In order to leave comments, you need to log in
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
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 questionAsk a Question
731 491 924 answers to any question