Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/beginner-intermediate/0-intro-to-git.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Git

> In this module, we will learn a little bit about version control system (VCS) - Git, the problem its solved and the necessary things to aid our learning and usage. We will talk about how to set it up on a local machine be it MacOS, Linux or Windows.
> In this module, we will learn a little bit about version control system (VCS) - Git, the problem it solved and the necessary things to aid our learning and usage. We will talk about how to set it up on a local machine be it MacOS, Linux or Windows.

### What is Git?

Expand Down
8 changes: 4 additions & 4 deletions docs/beginner-intermediate/1-basic-linux-commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@

> Simple answer is, because of **Git Bash**.

This is a tool is basically setup to perform all git actions. It is command line intermediate with little touch and integrations that empowers it to perform tasks beyond ordinary cmd prompts. It is popularly called **Bourne Again Shell (BASH)** which has Linux like attributes and accept most of the Linux commands.
This tool is basically setup to perform all git actions. It is a command line intermediate with little touch and integrations that empowers it to perform tasks beyond ordinary cmd prompts. It is popularly called **Bourne Again Shell (BASH)** which has Linux like attributes and accept most of the Linux commands.

### Linux Terminologies
- Command
> Commands are set of instructions that will pass into our computer to instruct and control it on what to do
> Commands are set of instructions that we pass into our computer to instruct and control it on what to do

- Options
> Linux command options are used to control the output of a Linux command. Some commands over 30 options. Options are always preceed with a dash (-) and are sometimes called **flags**
> Linux command options are used to control the output of a Linux command. Some commands are over 30 options. Options are always preceeded with a dash (-) and are sometimes called **flags**

### Commands

Expand All @@ -26,7 +26,7 @@ In the field of **Human Computer Interactions**, there are different kinds of wa
This implies,
> We put commands into a prompt to carry out any tasks.

Below are some of the comamnds that are acceptable and used to carry out certain tasks in Linux.
Below are some of the commands that are acceptable and used to carry out certain tasks in Linux.

1. ```cd``` commands (change directory)
- To navigate through the Linux files and directories
Expand Down
8 changes: 4 additions & 4 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ You can use the [editor on GitHub](https://github.com/Taiwrash/g4-workshop/edit/
We plan to take the participants of this workshop from no knowledge or average knowledge of Git and GitHub to intermediate level and be able to contributes to **open source**, enterprises and personal projects.

### Our Goal!
> We plan to take the participants of this workshop from no knowledge or average knowledge of Git and GitHub to intermediate level and be able to contributes to open **source**, enterprises and personal projects.
> We plan to take the participants of this workshop from no knowledge or average knowledge of Git and GitHub to intermediate level and be able to contribute to open **source**, enterprises and personal projects.

This is also a simplified form of the [documentations](https://docs.github.com/en) to be taking in max of seven (7) days by taking a single module in a day.
This is also a simplified form of the [documentations](https://docs.github.com/en) to be taken in maximum of seven (7) days by taking a single module in a day.

# WHOAMI

Expand All @@ -27,7 +27,7 @@ This is also a simplified form of the [documentations](https://docs.github.com/e

### Navigation guides

This projects focused on the below seven sub-sections and contain exercises at the end of every modules.
These projects are focused on the below seven sub-sections and contains exercises at the end of every modules.

1. [Introduction to Git](/beginner-intermediate/0-intro-to-git.md)
2. [Basic Linux Commands](/beginner-intermediate/1-basic-linux-commands.md)
Expand All @@ -39,7 +39,7 @@ This projects focused on the below seven sub-sections and contain exercises at t

### Recommendations

Participants are advice to take there time to understands each modules before moving to the next modules.
Participants are adviced to take their time to understand each of the modules before moving to the next module.

### Note to everyone

Expand Down