Skip to content

Clone with a difference

Clone with a difference                                 Elfen Ring                                 A picture containing clipart

Description automatically generatedBow Ninecandle

Graphical user interface

Description automatically generated

A screenshot of a computer

Description automatically generated with medium confidence

Hint from Bow Ninecandle
There's a consistent format for Github repositories cloned via HTTPS. Try converting!

Clicking on the terminal icon shows the below challenge

A screenshot of a computer

Description automatically generated with medium confidence

Create an empty git repository

git init

 

Add the remote repository https://haugfactory.com/asnowball/aws_scripts.git

git remote add origin https://haugfactory.com/asnowball/aws_scripts.git

 

Enumerate objects in the remote git repo

  git fetch

Text

Description automatically generated

 

Check the origin

git remote show origin

Text

Description automatically generated

 

Checkout

git checkout -b master origin/main

The files are downloaded and we can see the README.md

A screenshot of a computer

Description automatically generated with medium confidence

The last word in the README.md is maintainers

Graphical user interface, text

Description automatically generated

Answer : maintainers

Text

Description automatically generated

The objective is now completed and we get 5 coins as well