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.
remote-branch-renameTo download the exercise:
gitmastery-exercises folder.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:
gitmastery-exercises/remote-branch-rename folder (or any sub-folder of it).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.