You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GamingCraft_hd ☕ edited this page Oct 25, 2020
·
1 revision
The Basics of GitHub.
Repos
Repos are projects like games, applications or like here translation-files.
You can help with the repo by forking it and later making a pull-request for it.
Forking
Forks are copies of an repo used to continue repos, where the developers stopped working on or to help contribute to the repo like here.
More informations about forking can be found here.
Pull-Requests
A pull-request is used to merge the changed files of your fork with the main repo.
A Developer or Maintainer will look, what you changed, to make sure,
you didn't sabotage or destroy anything and will merge your pull-request if everything's fine.
Again, more informations about pull-requests can be found here.