Skip to content

Commit

Permalink
More content
Browse files Browse the repository at this point in the history
  • Loading branch information
nmagee committed Jan 9, 2025
1 parent 4979fb1 commit 2cd43e3
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 3 deletions.
20 changes: 18 additions & 2 deletions docs/skills-check.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: default
title: 7 - Skills Check
nav_order: 9
last_modified_date: "2024-08-20 02:13AM"
last_modified_date: "2025-01-08 02:13AM"
---

# Skills Check
Expand All @@ -16,4 +16,20 @@ last_modified_date: "2024-08-20 02:13AM"
{:toc}
</details>

Here is where we can put some challenges / tests / goals to check against.
Test your grasp of git and GitHub by using the following checks:

## Novice

1. Create a `git` repository in GitHub.
2. Create a `git` repository using the command-line.
3. Set up SSH key authentication to GitHub
4. Clone a GitHub repository to your local computer.
4. Perform simple `git add` / `commit` / `push` / `pull` operations.

## Advanced Beginner

## Competent

## Proficient

## Expert
3 changes: 2 additions & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ Source Control Basics: How to set up, configure, and work with `git` and GitHub.

[Setting Up](docs/setup/){: .btn .btn-primary .fs-5 .mb-4 .mb-md-0 .mr-2 }
[Basic Commands](docs/git-basics/){: .btn .btn-primary .fs-5 .mb-4 .mb-md-0 .mr-2 }
[Advanced Commands](docs/git-advanced/){: .btn .btn-primary .fs-5 .mb-4 .mb-md-0 .mr-2 }
[Advanced](docs/git-advanced/){: .btn .btn-primary .fs-5 .mb-4 .mb-md-0 .mr-2 }
[Actions](docs/github-actions/){: .btn .btn-primary .fs-5 .mb-4 .mb-md-0 .mr-2 }
[Check](docs/skills-check/){: .btn .btn-primary .fs-5 .mb-4 .mb-md-0 .mr-2 }

---

Expand Down

0 comments on commit 2cd43e3

Please sign in to comment.