sujana-kamasany / javacodes

A repository that will guide in making your first contribution.
29 stars 111 forks source link
first-contribution first-time-contributors first-timers good-first-issue goodfirstissue hacktoberfest hacktoberfest-2023 hacktoberfest-accepted hactoberfest-starter hactoberfest2023 hactoberfestapproved java open-source opensource

Java Programs

A Repository that will guide you in making your first contribution.

Open Source Love svg1 PRs Welcome first-timers-only contributions welcome

How to contribute

  1. Fork the project
  2. Make any changes in your forked repo
  3. On this repo, click Pull Requests and raise a Pull Request selecting your fork on the right drop down

STEPS TO CONTRIBUTE

  1. Fork this Repository
  2. Clone it locally (Use github Desktop to make things easier)
  3. or Do it locally using the commands below

How to clone repo and make changes locally

  click on the clone button (green in colour). This gives you a copy of the project. Its now yours to play around with
  git clone https://github.com/yourGithubUsername/javacodes
  cd javacodes
  git checkout -b <name of new branch>
  git add yourprogramname.java

or

  git add .
  git commit -m "Add <your-Java_program >"
  git status
  git push origin <name of your branch>

or

  git branch -M main
  git push -u origin main
  git push origin main --force

Hurray! You made your contribution!! Don't forget to star this repo if it was helpful to you!

alt text

THANK YOU FOR CONTRIBUTING✨