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, 7 tháng 11 2025, 7:10 AM |
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:

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:

That is how you edit code directly in GitHub!