-
Notifications
You must be signed in to change notification settings - Fork 38
Open
Description
Now that you are part of Alien Force, you can take along your favorite alien on this adventurous journey.
Checkmark these Basics
- Prepare yourself for an epic fusion with an alien
- Generate a visually striking depiction of your extraterrestrial being.
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
- Create a new branch
AlienFusionfrom theInfiniteSupportbranch. - Add a new remote upstream pointing to this repo i.e https://github.com/KamandPrompt/GitHero-2024
- Fetch the
alienfusionbranch from upstream. - Now merge the
alienfusionbranch from upstream with your branchAlienFusion. - Go through the various files in
alienfusion. - Use the website mentioned in
Alien.mdto find the name of alien you want to ally with, Take screenshots of the same and add the screenshot to the current directory. Write the name of your alien inAlien.md. - Generate image of your extraterrestrial being using tool given in
GAI.md. - Push the changes to your current branch.
- Make a pull request from GitHub. Always check the source and destination of the pull request before creating PR. In the pull request description, write 🎯Showdown_begins
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

