-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
To introduce yourself to the community of like-minded hackers, you go through an initial testing phase.
Your Tasklist :
- Fork your way to victory with GIT.
- Clone into the hacker repository.
- Branch your way out of loop holes.
- Add your name to the HackerDB database
- Pull yourself together for the challenge
Since this task is only to test your determination, we provide you with a basic guideway.
Forking
This should generate a personal version of this repository in your own profile
Cloning
Download a database on your local computer
Use the following command for the same:
git clone https://github.com/{your-github-username}/GitHero_2023Branching
A hacker always uses discrete branches to keep his work secure. While making a Pull Request always do so from a different branch
Use this command to generate a branch called "Dare":
git checkout -b 'Dare'
Adding
- Edit the Participants.md file and add
Name,Roll No.andPUBLIC IP Address.
Use this to bring file/folder changes to a STAGING area.
git add PARTICIPANTS.md
Hacks
- Use the above commands as and when required and when done commit using
git commit -m "MESSAGE DESCRIBING YOUR ISSUE OR TASK"- To push the changes to your online repository use :
git push origin Dare- Make a pull request from GitHub. Always check the source and destination of pull request before creating PR. In the pull request description, write 🎯Solved-Dare
- Keep Googling and using Generative Pre-trained Transformers (Chat GPT).


