KamandPrompt / GitHero-2024

0 stars 39 forks source link

Task 2: Showdown_begins #2

Open ABHIJEETJHA0102 opened 8 months ago

ABHIJEETJHA0102 commented 8 months ago

Now that you are part of Alien Force, you can take along your favorite alien on this adventurous journey.

Checkmark these Basics

To finish the above we will be using git fetch and git merge commands. ( From now on you will only be receiving commands )

Your task here is to obtain the files stored in this repo in the alienfusion branch locally, mess with them and push the changes back.

Pre-Hacks

Work-Arounds

Here are the commands you will need for these tasks. Read their documentation and do accordingly:

git remote add upstream "URL_of_original_repo"
git fetch upstream alienfusion
git merge upstream/alienfusion
manishiitmandi commented 8 months ago

#showdown begins