Skip to content

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 .

Notifications You must be signed in to change notification settings

xoxo16/hacktoberfest_2022-Repo_for_Newbie

 
 

Repository files navigation

Hackertober_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

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 .

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 40.9%
  • HTML 32.9%
  • C++ 20.5%
  • C 5.7%