This repository has been archived by the owner on Aug 30, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 342
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'scaleracademy:main' into 21pravi-details
- Loading branch information
Showing
2 changed files
with
41 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |