Curriculum
Course: Git
Login
Text lesson

GitHub Edit Code

Edit Code in GitHub

  • In addition to hosting Git content, GitHub offers a robust code editor.
  • Let’s edit the README.md file directly on GitHub. Simply click the edit button:
  • Make some changes to the code, and then commit them. For now, choose “Commit directly to the master branch.”
  • Be sure to add a description for the commit.

That’s how you edit code directly on GitHub!