Skip to content

Commit 9550987

Browse files
committed
Merge remote-tracking branch 'upstream' into veersen2001-details
2 parents 1975a29 + 5d0974f commit 9550987

File tree

3 files changed

+78
-1
lines changed

3 files changed

+78
-1
lines changed

Challenges/challenge23.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Today we will learn how to work with GitHub pages!
99

1010
## Preqrequisites to mark completion of 3rd Checkpoint (Milestone):
1111

12-
1. Use the creative shared for the successful completion of the third milestone: [Third Milestone Creative](https://github-production-user-asset-6210df.s3.amazonaws.com/19529592/269840111-65c535ce-abcb-4246-8e61-c347127eebef.jpg) to share on any social platform: LinkedIn, Twitter, Facebook, Instagram, etc. marking the completion of the second milestone.
12+
1. Use the creative shared for the successful completion of the third milestone: [Third Milestone Creative](https://github-production-user-asset-6210df.s3.amazonaws.com/19529592/269840111-65c535ce-abcb-4246-8e61-c347127eebef.jpg) to share on any social platform: LinkedIn, Twitter, Facebook, Instagram, etc. marking the completion of the third milestone.
1313

1414
2. Fill the Google form the following Google form: [Google Form](https://forms.gle/FJNAM11ajPkhXx5N6) to mark the completion of the third milestone. Note: This is a mandatory task to be eligible for the prize at the end of the challenge as it allows us to evaluate the submissions in the challenge so far.
1515

Challenges/challenge26.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
## Welcome to Challenge 26
2+
3+
Welcome to the 26th Challenge
4+
5+
6+
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.
7+
8+
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.
9+
10+
Contributions to the hackathon can be counted towards Hacktoberfest as well.
11+
12+
So our recommendation is do take part in the hackathon, build some cool projects based on the problem statements we will provide :)
13+
14+
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.
15+
16+
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.
17+
18+
19+
## Task
20+
So today's task is:
21+
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.
22+
23+
2.
24+
This is a continuation of the 25th Challenge: https://github.com/scaleracademy/scaler-open-source-september-challenge/blob/main/Challenges/challenge25.md
25+
26+
So continue to look out for open source issues, and contribute.
27+
28+
Task:
29+
At the end of the day, comment on the issue created in previous challenges with the update you have made in today's challenge. Whether you are still looking for issues or you may have found one, requested for yourself to get assigned to it and started working on it. Or you are struggling to understand what to do. Just update on the issue and continue to explore. Open source doesn't come easy. It will take time and you have to be patient. So just update on where you are on your journey of contributing to open source projects!
30+
31+
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.

Challenges/challenge27.md

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
## Welcome to Challenge 27
2+
3+
Welcome to the 27th Challenge
4+
5+
6+
Reminder:
7+
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.
8+
9+
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.
10+
11+
Contributions to the hackathon can be counted towards Hacktoberfest as well.
12+
13+
So our recommendation is do take part in the hackathon, build some cool projects based on the problem statements we will provide :)
14+
15+
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.
16+
17+
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.
18+
19+
20+
## Task
21+
So today's task is:
22+
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.
23+
24+
2.
25+
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.
26+
27+
Task:
28+
29+
Pre-requisite:
30+
Create a new Github Repository (it can be named anything you like)
31+
Clone the Repository locally:
32+
33+
Clone this repository repository to your local development environment using git clone.
34+
35+
36+
Steps:
37+
1. In this local cloned repository
38+
2. Create two branches: branchA and branchB.
39+
3. Make several commits on branchA with different changes.
40+
4. Select specific commits from branchA and apply them to branchB using the git cherry-pick command.
41+
5. Resolve any conflicts that may arise during the cherry-picking process.
42+
6. Once you have successfully cherry-picked the desired commits, push the changes to the remote repository.
43+
7. Share screenshot of the cherry-picked commits in the issue created in previous challenges.
44+
45+
46+
Refer to this resource: https://www.scaler.com/topics/git/git-cherry-pick/ for cherry picking

0 commit comments

Comments
 (0)