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 .

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

  • Don't use filthy words and be welcome for beginners and other people in this community.

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

About

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 .


Languages

Language:C++ 53.1%Language:HTML 21.7%Language:Java 14.1%Language:CSS 7.8%Language:C 3.2%