Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…ource-september-challenge into suraj-kumar00-details
  • Loading branch information
Suraj-kumar00 committed Sep 28, 2023
2 parents b9a6515 + ec18d0f commit db7cc55
Show file tree
Hide file tree
Showing 2 changed files with 83 additions and 0 deletions.
46 changes: 46 additions & 0 deletions Challenges/challenge27.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
## Welcome to Challenge 27

Welcome to the 27th Challenge


Reminder:
First of all, in order to continue with the entire open source wave, we are organizing an open source hackathon: Scaler OpenQuest hackathon: https://www.scaler.com/event/scaler-openquest-hackathon/, our recommendation is to participate in it.

You can participate in teams or individually. But we highly recommend participating in teams. Even if you don't know a lot of tech stack, we will still recommend to participate, learn some tech stack and then participate. You will take part in this and build open source projects.

Contributions to the hackathon can be counted towards Hacktoberfest as well.

So our recommendation is do take part in the hackathon, build some cool projects based on the problem statements we will provide :)

For team, you can invite someone you know outside the Discord community as well or look for partners in the server in the #openquest-hackathon forum channel under find your partners.

We are really focusing on helping all of you in your journey towards Open Source so we would highly appreciate if you participate in the hackathon.


## Task
So today's task is:
1. If you haven't already, We recommend to register for the hackathon on this link , and start to look for team mates and fill the Google form: https://forms.gle/j9CwsfDitUtKahaV7 once you have found your team to register it for the hackathon.

2.
Today's challenge focuses on practicing the git cherry-pick command. Cherry-picking allows you to select specific commits from one branch and apply them to another branch.

Task:

Pre-requisite:
Create a new Github Repository (it can be named anything you like)
Clone the Repository locally:

Clone this repository repository to your local development environment using git clone.


Steps:
1. In this local cloned repository
2. Create two branches: branchA and branchB.
3. Make several commits on branchA with different changes.
4. Select specific commits from branchA and apply them to branchB using the git cherry-pick command.
5. Resolve any conflicts that may arise during the cherry-picking process.
6. Once you have successfully cherry-picked the desired commits, push the changes to the remote repository.
7. Share screenshot of the cherry-picked commits in the issue created in previous challenges.


Refer to this resource: https://www.scaler.com/topics/git/git-cherry-pick/ for cherry picking
37 changes: 37 additions & 0 deletions Challenges/challenge28.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
## Welcome to Challenge 28

Welcome to the 28th Challenge


First of all, in order to continue with the entire open source wave, we are organizing an open source hackathon: Scaler OpenQuest hackathon: https://www.scaler.com/event/scaler-openquest-hackathon/, our recommendation is to participate in it.

You can participate in teams or individually. But we highly recommend participating in teams. Even if you don't know a lot of tech stack, we will still recommend to participate, learn some tech stack and then participate. You will take part in this and build open source projects.

Contributions to the hackathon can be counted towards Hacktoberfest as well.

So our recommendation is do take part in the hackathon, build some cool projects based on the problem statements we will provide :)

For team, you can invite someone you know outside the Discord community as well or look for partners in the server in the #openquest-hackathon forum channel under find your partners.

We are really focusing on helping all of you in your journey towards Open Source so we would highly appreciate if you participate in the hackathon.


## Task
So today's task is:
1. We recommend to register for the hackathon on this link , and start to look for team mates and fill the Google form: https://forms.gle/j9CwsfDitUtKahaV7 once you have found your team to register it for the hackathon.

2.
This is a continuation of the 25th Challenge: https://github.com/scaleracademy/scaler-open-source-september-challenge/blob/main/Challenges/challenge25.md

So continue to look out for open source issues, and contribute.

Task:
If you have already made any contributions do share those with others in the Discord, or even try to create open source projects with collaboration with others.


### Task:
Also registrations for Hacktoberfest start today, so do register for it.

Task:
Do register today for https://hacktoberfest.com/

0 comments on commit db7cc55

Please sign in to comment.