Skip to content

Commit

Permalink
Embed video
Browse files Browse the repository at this point in the history
  • Loading branch information
s2t2 committed Nov 3, 2024
1 parent 80682a3 commit 2ef0e2d
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion docs/exercises/command-line-computing/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,22 @@ Additional References:

+ [Intro to the Command-Line - Mozilla](https://developer.mozilla.org/en-US/docs/Learn/Tools_and_testing/Understanding_client-side_tools/Command_line)

## Walkthrough Video

{{< video https://youtu.be/E6ezORXPBvg
title= "Hello, Version Control Exercise Walkthrough"
>}}
## Instructions

Open the Terminal application (Mac) or the Git Bash application (Windows).

After typing each of the commands below, press "enter" to execute it.

Optionally clear previous terminal output at any time by pressing "command + k", or by typing `clear` and pressing "enter".
> NOTE: You can copy and paste the commands, however on Git Bash you will need to right click to copy or paste, as keyboard shortcuts like "control + c" or "control + v" don't work on Git Bash.
> NOTE: You can optionally clear previous terminal output at any time by pressing "command + k" (Mac), or by typing `clear` and pressing "enter".

### Current User

Expand Down Expand Up @@ -152,6 +161,8 @@ cat ~/Desktop/my_folder/my_message.txt | clip
```




<hr>

## Further Exploration (Mac Only)
Expand Down

0 comments on commit 2ef0e2d

Please sign in to comment.