Skip to content
This repository has been archived by the owner on Oct 27, 2023. It is now read-only.

[Help] Working on a fork

Amadeusz Sadowski edited this page Dec 9, 2019 · 1 revision

Some tips how to make working on a fork work for you:

  1. Read Forking Guide on GitHub and follow it up to the point of making changes.
  2. Make your changes on another branch (other than master, e.g. when fixing issue #531, name the branch fix/#531, or if that change pertains to AdMech call it fix/AdMech#531 - possibilities are wide but try to keep the name short and informative) - see https://help.github.com/articles/about-branches/
  3. After committing changes make a Pull Request as shown in guide linked above.

Before you start again, or if you want to get the newest changes from the origin (this repo), you should sync your master with the master of origin:

When you get into problems and want to restart the fork without having to delete it and re-create on GitHub, check this Stack Overflow answer

Clone this wiki locally