Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 762 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 762 Bytes

Was_it_Rufus?

📜 Instructions

  1. Clone the repository
  2. Navigate to the 'Was_it_Rufus' directory
  3. 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.

🖥️ Expected output

image

⚡️ Comments:

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.