Skip to content

Commit

Permalink
Fixes punctuation on outcomes
Browse files Browse the repository at this point in the history
  • Loading branch information
OllyK committed Nov 15, 2024
1 parent 6727c57 commit f6762c4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
12 changes: 6 additions & 6 deletions technology_and_tooling/bash_shell/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ files: [
06-loop.md
]
learningOutcomes:
- Navigate the file system using absolute and relative paths
- Modify shell command behavior with options and arguments
- Create and manage directory hierarchies
- Combine commands to generate new outputs
- Redirect command outputs to files
- Write and execute shell scripts
- Navigate the file system using absolute and relative paths.
- Modify shell command behavior with options and arguments.
- Create and manage directory hierarchies.
- Combine commands to generate new outputs.
- Redirect command outputs to files.
- Write and execute shell scripts.
summary: |
The Bash shell is a command-line interface used in Unix-based operating systems
such as Linux and macOS. This course will introduce you to the basics of using
Expand Down
14 changes: 7 additions & 7 deletions technology_and_tooling/version_control/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ files: [
08-ignore.md
]
learningOutcomes:
- Learn how version control systems work
- Configure Git and Github
- Create or clone repositories
- Learn the modify-add-commit cycle
- Compare files with previous versions
- Manage branches and resolve merge conflicts
- Exclude certain files from version control
- Learn how version control systems work.
- Configure Git and Github.
- Create or clone repositories.
- Learn the modify-add-commit cycle.
- Compare files with previous versions.
- Manage branches and resolve merge conflicts.
- Exclude certain files from version control.
attribution:
- citation: >
This material was originally taken from training materials developed by the
Expand Down

0 comments on commit f6762c4

Please sign in to comment.