Andrew created his own GitHub repository https://github.com/my_repository/code.git. He wants to perform the following sequence of actions:
- download the repository to his local computer,
- make changes to it and commit them,
- add changes to GitHub in the
mainbranch.
In what order should he execute the following commands?