- Clone the repository
- Navigate to the 'Was_it_Rufus' directory
- Run the python script:
python3 check_status.py path_to_remote_repo
💁 Replace the 'path_to_remote_repo' by the actual path to your local repository.
🐍 Make sure that you are using the correct version of python that is installed on your computer.
The problem description asks to print a boolean value for the active branch but the output expects a string value. So it was preferred to print the name of the active branch instead of a boolean value.