first clone the directory in your system by adding the below code in your terminal
git clone (https link of repo)
create your own branch ( and push your commits only their)
git checkout -b branchname
I have made my branch name feat/mrudul, you names accordingly
Look for the readme in the cloned directory
open the readme, add your profile as i have done.
once made your changes in your branch
git add .
git commit -m "whatever message you wanna add"
git push origin your-branch-name
then create a PR on github, in this repo, contact me if facing issue in this step specifically or any
Will be a good practice to make your first git codes.
you can refer to my github cheat sheet on cheat sheet
first clone the directory in your system by adding the below code in your terminal
create your own branch ( and push your commits only their)
I have made my branch name feat/mrudul, you names accordingly Look for the readme in the cloned directory open the readme, add your profile as i have done. once made your changes in your branch
then create a PR on github, in this repo, contact me if facing issue in this step specifically or any
Will be a good practice to make your first git codes.
you can refer to my github cheat sheet on cheat sheet