Skip to content
This repository was archived by the owner on Aug 30, 2023. It is now read-only.

Commit 5bdd62c

Browse files
authored
Merge branch 'scaleracademy:main' into 21pravi-details
2 parents 7304e6b + 64004e7 commit 5bdd62c

File tree

2 files changed

+49
-0
lines changed

2 files changed

+49
-0
lines changed

Challenges/challenge_21.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
## Welcome to Challenge 21
2+
3+
Welcome to the 21st Challenge
4+
5+
Today we will be learning about Git Aliases! :). This is an amazing feature that helps us use less keystroke
6+
7+
The term alias is synonymous with a shortcut. Alias creation is a common pattern found in other popular utilities like `bash` shell. Aliases are used to create shorter commands that map to longer commands. Aliases enable more efficient workflows by requiring fewer keystrokes to execute a command. To learn more;
8+
9+
- [Git Alias](https://www.atlassian.com/git/tutorials/git-alias)
10+
11+
## Tasks
12+
13+
- Go through the Git Alias documentation shared here
14+
- Create at least 2 alias for any git commands you feel is too long
15+
- Take a screenshot of the alias you created. hint run `git config --get-regexp alias`
16+
- Take a screenshot of using your alias
17+
- Post these screenshot in the issue created in the prior challenges

Challenges/challenge_22.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
## Welcome to Challenge 22
2+
3+
Welcome to the 22nd Challenge
4+
5+
Today we will learn how to work with GitHub pages!
6+
7+
#### Brief Overview
8+
9+
GitHub pages allows GitHub users to host static websites on GitHub's server for free. To learn more visit the official [GitHub Pages site](https://pages.github.com/)
10+
11+
## Tasks
12+
13+
- Create a new repository on GitHub
14+
- Create a basic static website about yourself
15+
- Add your html site to your respository.
16+
- Host your site on GitHub pages
17+
18+
## How to Submit
19+
20+
21+
- Make a new commit to the pull request that you have made in previous challenges by making this change to the ``yourusername.md`` file that exists inside the ``contributors\your-user-name`` directory in the following format:
22+
```
23+
---
24+
name: your_name
25+
github_user_name: YOUR-GITHUB-USERNAME
26+
url_of_github_issue: Link_of_the_github_issue_created_in_first_challenge
27+
your_favroite_programming_language: Add your favorite programming language here
28+
your_hosted_github_pages_link: Add your hosted github page link here
29+
your_hosted_github_pages_repository_link: Add your repository link here
30+
---
31+
```
32+
- Add screenshots of your site to the pull request

0 commit comments

Comments
 (0)