Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
3e1c5e5
Update issue templates
MDEllis73 Feb 17, 2023
6ff422b
add first don't know
MDEllis73 Feb 17, 2023
2f96d35
Merge pull request #2 from MDEllis73/1-thing-i-dont-know-1 closes #2
MDEllis73 Feb 17, 2023
318d5a6
add knowledge #1
MDEllis73 Feb 17, 2023
83c0262
Merge pull request #4 from MDEllis73/3-things-i-learned-1 closes #4
MDEllis73 Feb 17, 2023
e2de1b0
added thing i want to know #1
MDEllis73 Feb 17, 2023
ee55afe
Merge pull request #6 from MDEllis73/5-thing-i-want-to-know-vim close…
MDEllis73 Feb 17, 2023
4401490
added thing i learned #2
MDEllis73 Feb 17, 2023
3393315
Merge pull request #8 from MDEllis73/7-things-i-learned-2 closes #8
MDEllis73 Feb 17, 2023
669c21d
add #3 knowledge
MDEllis73 Feb 17, 2023
5018afb
Merge pull request #11 from MDEllis73/10-things-i-learned-3 closes #11
MDEllis73 Feb 17, 2023
a5b5c94
add #2 ignorance
MDEllis73 Feb 17, 2023
20506d3
Merge pull request #13 from MDEllis73/12-i-dont-understand-2 closes #13
MDEllis73 Feb 17, 2023
d1c97ec
add #3 ignorance
MDEllis73 Feb 17, 2023
dcc8108
Merge pull request #15 from MDEllis73/14-i-dont-understand-3 closes #15
MDEllis73 Feb 17, 2023
94c6f02
thing to learn #2
MDEllis73 Feb 17, 2023
63d47ef
Merge pull request #17 from MDEllis73/16-thing-i-want-to-know-2 close…
MDEllis73 Feb 17, 2023
94be9e2
thing to learn #3
MDEllis73 Feb 17, 2023
793e5f4
Merge pull request #19 from MDEllis73/18-thing-i-want-to-know-3 close…
MDEllis73 Feb 17, 2023
8ed1ac2
reset list
MDEllis73 Feb 18, 2023
4db46ec
Merge pull request #21 from MDEllis73/reset closes #21
MDEllis73 Feb 18, 2023
eca845c
understand #1
MDEllis73 Feb 18, 2023
d0bc495
reset repo
MDEllis73 Feb 18, 2023
9988cbb
understand #1
MDEllis73 Feb 18, 2023
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 .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. [1]
3. [1]
#### Things we don't understand
1. Git Stash[1]
2. GIt pull[2]
3. GIT status[1]
1. [1]
2. [1]
3. [1]
#### Things we want to know next**
1. Elastic Search Indexing [1]
2. Cloud deployment with Kubernetes[2]
3. Teraform[1]
1. [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