Skip to content
This repository was archived by the owner on Aug 30, 2023. It is now read-only.

Commit eb27e18

Browse files
authored
Merge branch 'scaleracademy:main' into Rishav986-details
2 parents b466b76 + c23ba1b commit eb27e18

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Challenges/challenge_7.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
## Welcome to Challenge 7
2+
3+
Welcome to the seventh challenge!
4+
Today's goal is to implement the squashing of the git commits. Squashing is used to combine multiple commits into one. This is done using the interactive mode of Git Rebase command.
5+
In the [6th Challenge](https://github.com/scaleracademy/scaler-september-open-source-challenge/blob/main/Challenges/challenge_6.md?plain=1) all of you created an additional commit to update the markdown file.
6+
So refer to [this guide](https://www.freecodecamp.org/news/git-squash-explained/) on Git merge.
7+
8+
Task:
9+
1. Using the interactive mode of Git Rebase command combine the multiple commits created in your Pull requests and then push that to the Pull request you have created in the previous challenges.

0 commit comments

Comments
 (0)