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

Commit

Permalink
Merge branch 'scaleracademy:main' into Rishav986-details
Browse files Browse the repository at this point in the history
  • Loading branch information
Rishav986 authored Sep 7, 2022
2 parents b466b76 + c23ba1b commit eb27e18
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Challenges/challenge_7.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## Welcome to Challenge 7

Welcome to the seventh challenge!
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.
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.
So refer to [this guide](https://www.freecodecamp.org/news/git-squash-explained/) on Git merge.

Task:
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 comments on commit eb27e18

Please sign in to comment.