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 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;
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:
0 commit comments