Pulling/updating

Once you have some Github repository cloned on your computer, you may want to modify it. However, at the same time the author of the repository may fix several bugs in the original code. You would like to update your project to the most current version, keeping all the changes you made.

To achieve that, follow these two steps:

  1. Pull the new version from repository by clicking icon.
  2. Select Merge option:
  3. In case of a message about conflicts select accept yours (Note, that in case you made modifications in core parts of the software that were also modified by other developers – this may discard important bugfixes).