Chuyển tới nội dung chính

GitHub Edit Code

Hệ thống: MightyLMS - Quản lý giáo dục
Khoá học: Git Tutorial
Sách: GitHub Edit Code
Được in bởi: Người dùng khách
Ngày: Thứ Sáu, 2 tháng 5 2025, 7:31 PM

1. Edit Code in GitHub

In addition to being a host for Git content, GitHub has a very good code editor.

Let's try to edit the README.md file in GitHub. Just click the edit button:

GitHub Edit File

Add some changes to the code, and then commit the changes. For now, we will "Commit directly to the master branch".

Remember to add a description for the commit:

GitHub Commit Changes

That is how you edit code directly in GitHub!