/java

A repository to learn java language and data structures.

Primary LanguageJava

A repository for JAVA 🍵 and Algorithms 🧠



GitHub repo size GitHub repo file count

GitHub issues GitHub pull requests GitHub forks GitHub Repo stars


Tech Stacks


 

Contributors

Steps for Contributing 💻

Refer to this YouTube Video for reference!


Fork the repo


Clone the Repo by typing the following commands in the terminal

$ git clone https://github.com/nazeer-18/java.git

$ cd java

Star the repo

Contributing

  • Raise the issue which you want to solve and after assigning solve it.
  • Save and commit your code.
  • Push to your fork of the repository
  • Navigate to original repository and make a pull request.

  • Clone the Repository after forking
$ git clone https://github.com/<your-github-username>/java.git

$ cd java
  • Make changes to the code(for ex- add an update route)

  • Create a Branch using:

$ git checkout -b <branch-name>
  • Stage your changes using:
$ git add .
  • Commit your changes using:
$ git commit -m "add any comment"
  • Push the changes to the forked repository using:
$ git push origin <branch-name>
  • Navigate to the original repository and make a pull request

Please don't forget to update the Available Resources section