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
Let's get started with your first Pull Request, Bring it on✨
Firstly, we'll begin with forking the repository📂. You'll find the fork icon on the top-right corner of the page, Click on it.
https://github.com/swaaz/gitgo
Now, Clone/download the forked repository into your local machine. To do this click the green button saying "Code", copy the URL and paste it in your Gitbash terminal like so.
cd into the cloned folder and start working on your profile.
cd gitgo
Before you start adding your profile details 📝 in your main branch, let's make changes in the project safely off to one side by creating a new branch.
To create a new branch, type the following command in your terminal.
git branch username-profile
Replace username with your GitHub username.
Let's move into the branch you just created.
git checkout branch-name
You're all set to start adding your profile details🔥
In your downloaded repository 📂, Navigate to src/Components/profileList. In the profileList.js file you might already see few profiles added, add your profile👽 by refering to the same.