-
Notifications
You must be signed in to change notification settings - Fork 455
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
254d6f4
commit 689cd15
Showing
1 changed file
with
19 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 18 | ||
|
||
Welcome to the 18th Challenge | ||
|
||
Being a busy Monday, today's challenge is a bit straightforward. We will be learning how to work with GitHub Desktop | ||
|
||
#### Brief Overview | ||
|
||
GitHub Desktop is a GUI that empowers users who prefer not to work with the CLI to still interface with Git and GitHub. | ||
To learn more visit: [What 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 Challenge 1. |