-
Notifications
You must be signed in to change notification settings - Fork 17
Description
Righting the wrongs
Now that you have decrypted Deanu's files you are now ready for completing your ultimate mission of reverting the attendance database to its original position. However, knowing that HackerDB's on their trail , Behru has hidden the database behind a game requiring a password (you already have it). You need to edit the required changes in the database changing everyone's attendance to their original i.e. above 90% :).
But Wait!!
You just realized that in all your previous hacks Deanu and Behru have always been able to defend either through cyber security alerts or through added encryption, so this time you wait before you prepare your final strike to perfection. You change the attendance in the database files of the game's source code but you just don't commit yet. You know that git stash is a useful command in this scenario.
Hacks
- Create and checkout to a new branch called
Deception - Obtain the pygame file from the
deceptionbranch. - Make necessary changes in the database.
- Stash all the changes in the current branch with relevant messages of the stash.
- After stashing your current branch should be clean.
- Add the screenshots of the stash list to this branch.
- Push the changes to origin.
- 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-Deception

