Skip to content

Commit

Permalink
Merge branch 'AK2K30-deatils' of https://github.com/AK2k30/scaler-ope…
Browse files Browse the repository at this point in the history
  • Loading branch information
AK2k30 committed Sep 11, 2023
2 parents f844867 + 4e32ec7 commit c560e6e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Challenges/challenge11.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
## Welcome to Challenge 11

Welcome to the 11th Challenge

Today's challenge involves how to use ``git stash`` command effectively. You can refer on how to stash your commits [here](https://git-scm.com/book/en/v2/Git-Tools-Stashing-and-Cleaning)

Task:
1. Inside the branch you created in the previous challenge (challenge 3) ``your_github_username-details`` create a new file inside the directory ``contributors/<YOUR-GITHUB_USERNAME>/`` directory.
2. Use the git stash command to move these changes to the stash area
3. Delete the content from the stash area and share a screenshot of this inside the Github issue you created in the first challenge.

0 comments on commit c560e6e

Please sign in to comment.