git-references

< Git References

DEALING WITH FORKS

Configuring a remote for a fork

git remote add upstream <original-repo-url>

Syncing a fork