Mudit88 / hacktoberfest_2022-Repo_for_Newbie

This Repo is for Newbie who wants to start their journey in open source. Make sure not to make multiple pull requests otherwise will be identified as spammy .
10 stars 19 forks source link
developer digitalocean first-contribution first-contributions first-pull-request-and-commit firsttime firsttimers good-first-pr hacktober-starter hacktober-swag hacktoberfest hacktoberfest-accepted hacktoberfest-event hacktoberfest-events hacktoberfest2022 open-source opensource prs-welcome tshirts

Hacktober_Fest_2022-Repo_for_Newbie

This Repo is for Newbie who wants to start their journey in open source. Make sure not to make multiple pull requests otherwise will be identified as spammy .

Rules

n

First, you need to have a local repository for your actual project code. (If you already have this, then follow the procedure) Open the command line ("Terminal" on the Mac, "Git Bash" on Windows) and change into your project's base directory. There, you can create a new Git repository:

Steps for Contributing

$ cd projects/my-project

$ git init

$ git add .

$ git commit -m "Initial commit"

$ git remote add origin

$ git push origin master

Our Contributors