Overview

I had the opportunity to share how to upload and update files on GitHub.

Login

For creating a new account and logging in, please refer to the following article:

https://reffect.co.jp/html/create_github_account_first_time

File Upload

Access the repository.

Click the “Add file” button, then click “Upload files.”

Click “choose your files” to upload files from your local machine, then press “Commit changes.”

The files will be uploaded. If a file with the same name already exists, it will be overwritten.

Updating a File

Click the name of the file you want to update.

Click the pencil icon.

Edit the text and press the “Commit changes” button.

Press the “Commit changes” button again.

The file will be updated.

Summary

I hope this serves as a helpful reference for using the GitHub GUI.