-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Labels
Description
Now that you are officially part of HackerDB , you are ready to embark on your mission to stop Deanu and Behru.
Checkmark these Basics
- Safeguard your own security
- Prepare cool music
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 safeguard branch locally, mess with them and push the changes back. Happy haxing ;)
Use cheatsheets/documentation/GPT to know more about these git commands.
Pre-Hacks
- Create a new branch
Safeguardfrom theDarebranch. - Add a new remote upstream pointing to this repo i.e https://github.com/KamandPrompt/GitHero_2023
- Fetch the
safeguardbranch from upstream. - Now merge the
safeguardbranch from upstream with your branchSafeguard. - Go through the various files in
safeguard. - Use the website mentioned in
Pwned.mdfor checking your Gmail account for data breaches. Take screenshots of the same and add the screenshot to the file. - Create some music from the link in the
Beats.mdfile - 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 🎯Solved-Safeguard
Mission Attendance
Post-Hacks
Here are the commands you will need for these tasks. Read their documentation and do accordingly
1: git remote add origin "URL_of_forked_repo"
2: git remote add upstream "URL_of_original_repo"
3: git fetch upstream safeguard
4: git merge upstream/safeguard 



