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 21pravi-details
Browse files Browse the repository at this point in the history
  • Loading branch information
21pravi authored Sep 18, 2022
2 parents 121471f + 16c95d2 commit 55edf94
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 0 deletions.
19 changes: 19 additions & 0 deletions Challenges/challenge_17.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
## Welcome to Challenge 17

Welcome to the 17th Challenge

Today we will be leaning how to work with GitHub Desktop

#### Brief Overview

GitHub Desktop is a GUI that empowers *lazy* users who prefer not to work with the CLI to still interface with Git and GitHub.
To learn more visit: [What the heck is Git GUI](https://help.github.com/en/desktop/getting-started-with-github-desktop)


## Tasks

- Download GitHub desktop
- Create a new repository on GitHub
- Add anything you want to your repo
- Follow through all the GitHub workflow you know using the GUI (commit, branching, pulling, pushing etc)
- Share a screenshot of your experience using github desktop on the issue created in prior challenges
22 changes: 22 additions & 0 deletions Challenges/challenge_18.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
## Welcome to Challenge 18

Welcome to the 18th Challenge

Today we will be learning to work with GitHub Gist and Markdown

#### Brief Overview

GitHub Gist is two fold and you can either use it for sharing ideas or sharing smaple code. It supports **Markdown**
To learn more, vist:
- [Learn more about GitHub gist](https://help.github.com/en/enterprise/2.13/user/articles/about-gists)

## Task

- Create a gist writing on any software development related topic that interests you
- Create a gist sharing a small code snippet in your preferred programming language

## How to Submit

- Create your submission a markdown file named ``gist-solutions.md`` and add it inside the branch ``your-username-details`` used in previous challenges
- In your submission file add the links to your **2 gist**
- Ensure you push it so that it reflects inside your Pull request created in previous challenges

0 comments on commit 55edf94

Please sign in to comment.