Well, I'm working on a project in college and I had some issues with using git when syncing a repository. More precisely, I received the following usage instructions:
- The master branch is the primary and should never receive a test / unnecessary / irresponsible push / pull request.
- First of all, update the repository. Remember that your fork is not automatically synchronized with the project.
- Always update your repository before you start coding and always keep your code as up-to-date as possible to avoid conflicts.
I followed some tutorials on the internet of synchronization such as what github itself offers (for those interested: link ), but almost all of them are in English, which makes my understanding to a certain extent difficult (even with translations getting a bit difficult to understand) and few really explain how I synchronize the MY repository that has been "forkado" with the MAIN repository of the project. Can anyone help me or give me some way to go? It is noteworthy that I use Linux. Thank you very much in advance. :)