You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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. and PUBLIC 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).
The text was updated successfully, but these errors were encountered:
To introduce yourself to the community of like-minded hackers, you go through an initial testing phase.
Your Tasklist :
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:
Branching
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
Name
,Roll No.
andPUBLIC IP Address
.Use this to bring file/folder changes to a STAGING area.
Hacks
git commit -m "MESSAGE DESCRIBING YOUR ISSUE OR TASK"
The text was updated successfully, but these errors were encountered: