Skip to content

Task 1 : Dare #1

@CodingWarrior33

Description

@CodingWarrior33

To introduce yourself to the community of like-minded hackers, you go through an initial testing phase.

download

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

fork_button

Cloning

Download a database on your local computer

Use the following command for the same:

git clone https://github.com/{your-github-username}/GitHero_2023

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

  • 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).

meme_1

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions