PushPanel.io

How to upload files into git repositories

Using WEB GUI

Easiest. It is useful for making fast individual small changes.

Using git GUI client

Moderate, require installation of a graphical user interface (GUI) git client and follow steps:

Using git client console

Advanced, require console shell and commands. It is the fastest way of updating/changing things but also requires learning how git works.