You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 30, 2023. It is now read-only.
Today we will be learning to work with GitHub Gist and Markdown
6
+
7
+
#### Brief Overview
8
+
9
+
GitHub Gist is two fold and you can either use it for sharing ideas or sharing smaple code. It supports **Markdown**
10
+
To learn more, vist:
11
+
-[Learn more about GitHub gist](https://help.github.com/en/enterprise/2.13/user/articles/about-gists)
12
+
13
+
## Task
14
+
15
+
- Create a gist writing on any software development related topic that interests you
16
+
- Create a gist sharing a small code snippet in your preferred programming language
17
+
18
+
## How to Submit
19
+
20
+
- Create your submission a markdown file named ``gist-solutions.md`` and add it inside the branch ``your-username-details`` used in previous challenges
21
+
- In your submission file add the links to your **2 gist**
22
+
- Ensure you push it so that it reflects inside your Pull request created in previous challenges
0 commit comments