All Projects → cp-geeks-adgitm → Hacktoberfest

cp-geeks-adgitm / Hacktoberfest

Licence: GPL-3.0 license
Everyone is free to contribute. Not eligible for Hacktoberfest

Programming Languages

C++
36643 projects - #6 most used programming language
java
68154 projects - #9 most used programming language
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Hacktoberfest

Hacktoberfest2021-for-everyone
This repository is for everyone who wants to participate in Hacktoberfest 2022. Anyone can contribute/add quality code or projects for your Swags (T- Shirt), must be relevant that can add some value to this repository.
Stars: ✭ 178 (+394.44%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest2022
projecthactoberfest
hactoberfest 2022
Stars: ✭ 32 (-11.11%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest2022
E-Learning-freesite
This site is mainly design for those student who don't know how to start their journey in the field of programming
Stars: ✭ 57 (+58.33%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest2022
Quizzon
Quizzon: Create and play quizzes free
Stars: ✭ 48 (+33.33%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest2022
Bundli-Frontend
Bundli-Frontend 🚩 is a repo which contains 🚀different code of full stack Development 👨‍💻🚀
Stars: ✭ 133 (+269.44%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest2022
MyNotes
📒Note taking app, MVVM with Google Architectural components Room, LiveData and ViewModel written in Kotlin, androidx libraries
Stars: ✭ 60 (+66.67%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest2022
conteudos-tech
- Esse repositório foi criado por mim, Fernanda Souza, com o intuito de divulgar ferramentas gratuitas que possam auxiliar pessoas em seus estudos.
Stars: ✭ 62 (+72.22%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest2022
BashBar
No description or website provided.
Stars: ✭ 28 (-22.22%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest2022
Kuberam
Kuberam is built on jetpack compose + Auth0 during Hashnode Hackathon.
Stars: ✭ 33 (-8.33%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest2022
Competitive Programming
Programming👨‍💻 Questions on BinarySearch💻, LeetCode💻, CodeChef💻, Codeforces💻,DSA 450
Stars: ✭ 188 (+422.22%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest2022
CodeForces-Solutions
Solutions to CodeForces ProblemSets
Stars: ✭ 47 (+30.56%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest2022
Hacktober-Fest-2021-CLOSED
This repo created to complete the task HACKTOBER FEST 2022, Contribute now and get your special T-Shirt & Sticker. TO SUPPORT OWNER PLEASE PRESS STAR BUTTON
Stars: ✭ 269 (+647.22%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest2022
ui-kit
D2iQ UI Kit
Stars: ✭ 29 (-19.44%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest2022
MusicPlayer
A Telegram Music Bot written in Python using Pyrogram and Py-Tgcalls. This is Also The Source Code of The UserBot Which is Playing Music in @S1-BOTS Support Group ❤️
Stars: ✭ 218 (+505.56%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest2022
jahir.dev
My personal website 💎 – Built using Next.js, TypeScript, MDX, contentlayer, Notion and Stitches styled components
Stars: ✭ 119 (+230.56%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest2022
FizzBuzz-Hacktoberfest-2021
🎃 Submit creative FizzBuzz solutions in any language you want! Open for beginners !
Stars: ✭ 17 (-52.78%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest2022
HacktoberFest2021
Make your first PR! ~ A beginner-friendly repository made specifically for open source beginners. Add your profile, a blog, or any program under any language or update the existing one. Just make sure to add the file under the correct directory. Happy hacking!
Stars: ✭ 9 (-75%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest2022
SlugTerra
Hactoberfest 2020-2022 Project
Stars: ✭ 35 (-2.78%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest2022
doto-client
Track your progress and multiply efficiency
Stars: ✭ 41 (+13.89%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest2022
screenREC
A really simple , ad-free & minimal web based screen recorder 📹
Stars: ✭ 67 (+86.11%)
Mutual labels:  hacktoberfest-accepted, hacktoberfest2022

Hacktoberfest 2022

THIS REPOSITORY IS EXCLUDED FROM HACKTOBERFEST HENCE YOUR PRs WONT COUNT FOR HACKTOBERFEST CONTRIBUTION IN THIS REPOSITORY.

Banner

How to Participate in Hacktoberfest 2022?

Register yourself.

Register yourself here to be eligible to participate in Hacktoberfest. You need to have a GitHub Account to do that.

[Additional] Star and Fork this Repository.

It is pretty easy to do the aforementioned, hover over to the top right corner of this repository to find the buttons to Star and Fork this repository.

Banner2

How to Contribute and Create a PR on this Repository?

1. Clone this repository.

You first need to create a local copy of this repository after you have forked it to be able to contribute to the same. Copy the following command and paste it in your terminal.

git clone https://github.com/username/HacktoberFest.git

Please ensure that you add YOUR username in the command and do this after Forking the Repository.

2. Create a New Branch

After successfully cloning the repository, you need to now create a separate branch for yourself to not disturb the workflow of the repository. If you aren't already inside the main folder copy this command in terminal and press enter.

cd HacktoberFest

Now that you are inside the main folder, use this command to create a new branch for yourself.

git branch (name of your branch)

Please ensure that the name of your branch is your username.

3. Switch to your New Branch

To start working and to push code from your own branch, please execute the following command in the Terminal.

git checkout (name of your branch)

You should receive a notification which will state that you have switched to your newly created branch.

4. ADD YOUR FAVORITE PIECE OF CODE WHICH CAN HELP BUDDING DEVELOPERS GROW!

Created a calculator in JavaScript? Made a very normal alert app in Kotlin? Push it in your branch! Anything that you think will help budding developers, you can add it here. While doing so, don't forget to add your name to the list of contributors that you will find below. While you are at it, ensure that you add something useful and not just add your name to the list of contributors. If you push an empty commit, your pull request will be marked as Invalid/Spam.

5. Sync all Updates

The part you have been waiting for. If you are sure that you are following the guidelines that you can find here, proceed further and execute the following command in your terminal.

git add .

This will add all the files in your local repository. After this execute

git commit -m "ADD YOUR MESSAGE HERE (PREFERABLY THE NAME OF YOUR PROJECT)"

Note that it is mandatory for you to add a Commit Message for others to understand what you are trying to add here. Now finally to push updates to the new branch, execute the following:

git push --set-upstream origin (name of your branch)

While you are at it, also execute the following command which will specify a new remote upstream repository (the cone you are looking at).

git remote add upstream https://github.com/cp-geeks-adgitm/HacktoberFest

6. Keep your Repository in Sync

You need to use the following commands to help you sync all the branches with their respective commits associated with this repository and stay in loop. Copy these commands and execute:

git fetch upstream

git checkout master

Post this you simply need to merge all the changes you made.

git merge upstream/master

  1. Create a Pull Request (The Part you have been waiting for) Now that you are done with the most complex parts of the process, you can just go to your forked repository and Click on New Pull Request towards the left hand side of the page and You're Done! Congratulations on successfully creating a Pull Request there!

What are the most important Git Commands that I am going to need?

Some important commands that you are going to need are listed below:

  • git checkout "(name of your branch)"
  • git checkout dev
  • git pull (Really !Important to merge updates)
  • git rebase dev

The most important commands now are as below:

  • git add . or git add -A
  • git commit -m "MESSAGE"
  • git push origin (name of your branch)

I am once again asking you to go through the Guidelines here.

Contributors

Please add your name in the list in the following format:

- Name - [File Name](File Address)

Please do not spam the repository with unnecessary Pull Requests. Happy Hacking!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].