Exercise

Pushing to a remote repo

You've noticed that the budget tracker has some errors, so you decide this needs to be added to the issue_log.txt file, along with adding an action to report.md.

You want to push the updated files to John's remote repo called origin so he is aware of the issue and the next steps.

Instructions 1/3

undefined XP
  • 1
    • Add the two updated files to the staging area.
  • 2
    • Save changes with the log message "Budget inaccuracy added to the issue log and report".
  • 3
    • Update the origin remote with changes made in your local main branch.