You have a branch improve-loadding that you have pushed to a remote repository, before you realised the branch name has a typo.

Rename the branch (both locally and in the remote repo) as improve-loading.

Exercise remote-branch-rename

This exercise is currently under development/testing, not yet released to users.

To download the exercise:

  • Navigate inside the gitmastery-exercises folder.
  • Run gitmastery download remote-branch-rename command.

Scenario:

You have a branch improve-loadding that you have pushed to a remote repository, before you realised the branch name has a typo.

Your task:

Rename the branch (both locally and in the remote repo) as improve-loading.


To verify your work:

  • Navigate to anywhere inside the gitmastery-exercises/remote-branch-rename folder (or any sub-folder of it).
  • Run the gitmastery verify command.

To reset the exercise and start over, navigate to the gitmastery-exercises/remote-branch-rename folder and run the gitmastery progress reset command.