Skip to content
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/completed-lists.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Completed Lists
about: This is for your master pull request to merge your master into this repo.
title: Put your UCID as the title (replace this text)
labels: Compiled List
labels: Master List
assignees: ''

---
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/things-i-don-t-understand.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Things I Don't Understand
about: This is for adding issues that you don't understand
title: ''
labels: Things I Don't Understand
labels: Don't Understand
assignees: ''

---
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/things-i-learned.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Things I learned
about: Add one item for each thing you learned keep to max of 255 characters
title: "[Things I Learned]"
labels: Things I learned
labels: I Know
assignees: ''

---
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/things-i-want-to-know.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Things I want to know
about: Describe this issue template's purpose here.
title: 'Thing I want to know: <file in title> [Thing I want to Knows]'
labels: Things I learned
labels: Want to Know
assignees: ''

---
Expand Down
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and

### Your list should look like this:
#### Things we understand**
1. Python Print[1]
2. Linux Directory listing[2]
3. Docker Installation[1]
1. Creating SSH public key [1]
2. Docker installation [1]
3. Git commands [1]
#### Things we don't understand
1. Git Stash[1]
2. GIt pull[2]
3. GIT status[1]
1. Git flags (-m, -a, etc.)[1]
2. [2]
3. [1]
#### Things we want to know next**
1. Elastic Search Indexing [1]
2. Cloud deployment with Kubernetes[2]
3. Teraform[1]
1. VIM [1]
2. [1]
3. [1]

## Prerequisite - YOU. MUST SETUP PRIVATE PUBLIC KEY AUTH WITH GITHUB OR YOU WILL GET ACCESS DENIED ERRORS WHEN YOU PUSH FROM THE TERMINAL
Add your ssh public key to github - See video
Expand Down