Open-Source-GecB / Create-a-special-repository-in-your-GitHub-Profile

How to Create a special repository in your GitHub profile?

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create-a-special-repository-in-your-GitHub-Profile

GitHub recently released a new feature that allows GitHub users to create a GitHub profile using a markdown document in the special repository.This will display on your main profile

Steps for creating a special repository.

Step 1:- In order to be able to create the special repository, you will need to ensure that your Repository name is the same as your username
For example, since my GitHub username is Rishabh062, I named my Repository name Rishabh062 as well.
Once you enter your username, a message will pop up which lett you know that it is a special repository!
Now make sure that the repository is public and you’ve initialized it with a README file.

Step 2:- Once the repository has been created, you will now be able to see the README.md file
GitHub commits the README.md file with Hi there 👋 by default. We can now edit the file.

Step 3:-In order to edit the README file, some prior of markdown syntax would help.
You can refer this cheatsheet which is provided by GitHub to assist you.

Step 4:-After adding some data to the README file, you should be able to commit and view the changes.
Now you are done,you can customize it in various form.

For more clarification you can check out Rishabh Dwivedi Arwaz khan Srishti Gauraha Profiles Explore their readme.md file,that will be really helpfull

For Example

Screenshot (5)

About

How to Create a special repository in your GitHub profile?