If the place the arrow is pointing to says main
, you’re
in the wrong branch. Ask me for help.
This tells git that you want to include the changes in this file in your next commit.
This message should describe in one line what this commit is about.
This saves your changes in the repository in your Codespace.
This editor will pop up. Just X out and write your message and then click Commit again.
This syncs your changes from your Codespace to your GitHub repository.
Codespace may pop up a thing asking if you want to make a PR.
You can do it there if you want.
Or you can go to your repo on github.com and make it in the usual way.