From b840030476e45d2f45f5483fe184c73d5ccea007 Mon Sep 17 00:00:00 2001 From: kg539 <114448738+kg539@users.noreply.github.com> Date: Thu, 16 Feb 2023 12:07:31 -0500 Subject: [PATCH 01/38] Update issue templates --- .github/ISSUE_TEMPLATE/things-i-don-t-understand.md | 4 ++-- .github/ISSUE_TEMPLATE/things-i-learned.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md b/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md index 472a53624..1b42610d4 100644 --- a/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md +++ b/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md @@ -1,10 +1,10 @@ --- name: Things I Don't Understand about: This is for adding issues that you don't understand -title: '' +title: 'Thing I want to know: [Thing I want to know]' labels: Things I Don't Understand assignees: '' --- -I don't understand +Please describe what you want to know in less than 255 characters. diff --git a/.github/ISSUE_TEMPLATE/things-i-learned.md b/.github/ISSUE_TEMPLATE/things-i-learned.md index ff68fa38f..b600819af 100644 --- a/.github/ISSUE_TEMPLATE/things-i-learned.md +++ b/.github/ISSUE_TEMPLATE/things-i-learned.md @@ -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: '' assignees: '' --- From 4ab19b5cadf5e160678aadacce5fdd9efbeee415 Mon Sep 17 00:00:00 2001 From: General901 <114448738+General901@users.noreply.github.com> Date: Thu, 16 Feb 2023 12:48:16 -0500 Subject: [PATCH 02/38] added ssh keygen issue #19 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7a7425470..4153e3f55 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Collaborating on GitHub: ## Put your items here ### Things you understand so far -1. Whatever +1. I know how to make an ssh key and add it to Github. So I don't need to login with password ### Things you don't understand about what we are doing / web development. 1. Add items to the list ### Things you want to know next From fbf92daf95dca9dfbb23813d8154709d68997aa9 Mon Sep 17 00:00:00 2001 From: Phillip K Tomlinson <51342677+PhillipKT@users.noreply.github.com> Date: Fri, 24 Feb 2023 19:57:01 -0500 Subject: [PATCH 03/38] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 0b49fb1dd..6eccd5a55 100644 --- a/README.md +++ b/README.md @@ -14,16 +14,16 @@ 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] +2. Linux Commands[1] +3. GIT pull [2] #### Things we don't understand 1. Git Stash[1] -2. GIt pull[2] +2. GIT pull[2] 3. GIT status[1] #### Things we want to know next** -1. Elastic Search Indexing [1] +1. Ruby [1] 2. Cloud deployment with Kubernetes[2] -3. Teraform[1] +3. Vim Text Editor [3] ## 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 From f952026ba14f95226962634e240b49cd7869eb58 Mon Sep 17 00:00:00 2001 From: Phillip K Tomlinson <51342677+PhillipKT@users.noreply.github.com> Date: Fri, 24 Feb 2023 20:08:41 -0500 Subject: [PATCH 04/38] Update issue templates --- .../{completed-lists.md => master-pull-request.md} | 2 +- .github/ISSUE_TEMPLATE/things-i-don-t-understand.md | 2 +- .github/ISSUE_TEMPLATE/things-i-learned.md | 2 +- .github/ISSUE_TEMPLATE/things-i-want-to-know.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) rename .github/ISSUE_TEMPLATE/{completed-lists.md => master-pull-request.md} (92%) diff --git a/.github/ISSUE_TEMPLATE/completed-lists.md b/.github/ISSUE_TEMPLATE/master-pull-request.md similarity index 92% rename from .github/ISSUE_TEMPLATE/completed-lists.md rename to .github/ISSUE_TEMPLATE/master-pull-request.md index c5cea21c6..5056f71f6 100644 --- a/.github/ISSUE_TEMPLATE/completed-lists.md +++ b/.github/ISSUE_TEMPLATE/master-pull-request.md @@ -1,5 +1,5 @@ --- -name: Completed Lists +name: Master Pull Request 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 diff --git a/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md b/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md index 472a53624..2c089f6be 100644 --- a/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md +++ b/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md @@ -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: '' assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/things-i-learned.md b/.github/ISSUE_TEMPLATE/things-i-learned.md index ff68fa38f..b600819af 100644 --- a/.github/ISSUE_TEMPLATE/things-i-learned.md +++ b/.github/ISSUE_TEMPLATE/things-i-learned.md @@ -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: '' assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/things-i-want-to-know.md b/.github/ISSUE_TEMPLATE/things-i-want-to-know.md index 025fa8f14..88f5373b0 100644 --- a/.github/ISSUE_TEMPLATE/things-i-want-to-know.md +++ b/.github/ISSUE_TEMPLATE/things-i-want-to-know.md @@ -2,7 +2,7 @@ name: Things I want to know about: Describe this issue template's purpose here. title: 'Thing I want to know: [Thing I want to Knows]' -labels: Things I learned +labels: '' assignees: '' --- From 5fd1ad8e5c5620e4bb10ee14332c14850821212f Mon Sep 17 00:00:00 2001 From: Phillip K Tomlinson <51342677+PhillipKT@users.noreply.github.com> Date: Fri, 24 Feb 2023 20:39:29 -0500 Subject: [PATCH 05/38] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6eccd5a55..6b7f0fbaf 100644 --- a/README.md +++ b/README.md @@ -15,13 +15,13 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and #### Things we understand** 1. Python Print[1] 2. Linux Commands[1] -3. GIT pull [2] +3. Git pull[2] #### Things we don't understand 1. Git Stash[1] -2. GIT pull[2] -3. GIT status[1] +2. Proper Documentation[2] +3. Git status[1] #### Things we want to know next** -1. Ruby [1] +1. Ruby[1] 2. Cloud deployment with Kubernetes[2] 3. Vim Text Editor [3] From b1eee6dccab3f129a2849be50aade65d53e3928e Mon Sep 17 00:00:00 2001 From: Phillip K Tomlinson <51342677+PhillipKT@users.noreply.github.com> Date: Fri, 24 Feb 2023 20:53:47 -0500 Subject: [PATCH 06/38] Update issue templates --- .github/ISSUE_TEMPLATE/things-i-don-t-understand.md | 2 +- .github/ISSUE_TEMPLATE/things-i-learned.md | 2 +- .github/ISSUE_TEMPLATE/things-i-want-to-know.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md b/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md index 2c089f6be..7fb55c070 100644 --- a/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md +++ b/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md @@ -2,7 +2,7 @@ name: Things I Don't Understand about: This is for adding issues that you don't understand title: '' -labels: '' +labels: I Don't Know assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/things-i-learned.md b/.github/ISSUE_TEMPLATE/things-i-learned.md index b600819af..b29f3e88e 100644 --- a/.github/ISSUE_TEMPLATE/things-i-learned.md +++ b/.github/ISSUE_TEMPLATE/things-i-learned.md @@ -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: '' +labels: I Know assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/things-i-want-to-know.md b/.github/ISSUE_TEMPLATE/things-i-want-to-know.md index 88f5373b0..bc5b7ec2c 100644 --- a/.github/ISSUE_TEMPLATE/things-i-want-to-know.md +++ b/.github/ISSUE_TEMPLATE/things-i-want-to-know.md @@ -2,7 +2,7 @@ name: Things I want to know about: Describe this issue template's purpose here. title: 'Thing I want to know: [Thing I want to Knows]' -labels: '' +labels: I Want To Know assignees: '' --- From 81f2d634722cfb1e4b17de4f9c06caed8585f430 Mon Sep 17 00:00:00 2001 From: Phillip K Tomlinson <51342677+PhillipKT@users.noreply.github.com> Date: Fri, 24 Feb 2023 21:42:30 -0500 Subject: [PATCH 07/38] Update README.md --- README.md | 31 +++++++++++++++++++++++++------ 1 file changed, 25 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 6b7f0fbaf..2be419b90 100644 --- a/README.md +++ b/README.md @@ -14,16 +14,35 @@ 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 Commands[1] -3. Git pull[2] +2. Linux Directory listing[2] +3. Docker Installation[1] #### Things we don't understand 1. Git Stash[1] -2. Proper Documentation[2] -3. Git status[1] +2. GIt pull[2] +3. GIT status[1] #### Things we want to know next** -1. Ruby[1] +1. Elastic Search Indexing [1] 2. Cloud deployment with Kubernetes[2] -3. Vim Text Editor [3] +3. Teraform[1] + +Things we understand** + + Python Print[1] + Linux Directory listing[2] + Docker Installation[1] + +Things we don't understand + + Git Stash[1] + GIt pull[2] + GIT status[1] + +Things we want to know next** + + Elastic Search Indexing [1] + Cloud deployment with Kubernetes[2] + Teraform[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 From 35b2d0536b20c2bd9d5495cb1e939bb530c8cfb5 Mon Sep 17 00:00:00 2001 From: Phillip K Tomlinson <51342677+PhillipKT@users.noreply.github.com> Date: Fri, 24 Feb 2023 21:42:55 -0500 Subject: [PATCH 08/38] Update README.md --- README.md | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/README.md b/README.md index 2be419b90..e48498caf 100644 --- a/README.md +++ b/README.md @@ -25,25 +25,6 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 2. Cloud deployment with Kubernetes[2] 3. Teraform[1] -Things we understand** - - Python Print[1] - Linux Directory listing[2] - Docker Installation[1] - -Things we don't understand - - Git Stash[1] - GIt pull[2] - GIT status[1] - -Things we want to know next** - - Elastic Search Indexing [1] - Cloud deployment with Kubernetes[2] - Teraform[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 **open powershell or terminal and run "ssh-keygen -b 4096" and hit enter through the prompts and then open the file **your home directory/.ssh/id_rsa.pub** and copy that text into your github account settings under SSH/GPG keys -> add key. in one of the prompts it will tell you where it is going to save the key. If you already have a key reusue the one you have and cancel out of the process with control c **. I do it on my mac with the command vi ~/.ssh/id_rsa.pub" and then i press shift colon : and q to quit From d28c3bafd3a000dddc57bacb5d465ae0751c0a5e Mon Sep 17 00:00:00 2001 From: Phillip Date: Fri, 24 Feb 2023 22:13:18 -0500 Subject: [PATCH 09/38] added documentation to list --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e48498caf..9b3c58737 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and #### Things we don't understand 1. Git Stash[1] 2. GIt pull[2] -3. GIT status[1] +3. Proper Documentation[1] #### Things we want to know next** 1. Elastic Search Indexing [1] 2. Cloud deployment with Kubernetes[2] From 695b99922f3898e10b6bb9aad22a9d9cb830c64c Mon Sep 17 00:00:00 2001 From: Phillip Date: Fri, 24 Feb 2023 22:19:31 -0500 Subject: [PATCH 10/38] added git stash to list --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9b3c58737..07ef5e965 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 2. Linux Directory listing[2] 3. Docker Installation[1] #### Things we don't understand -1. Git Stash[1] +1. Git stash[1] 2. GIt pull[2] 3. Proper Documentation[1] #### Things we want to know next** From 11dcf2961ff9fe4cebb37c0f62134fcaf7c01106 Mon Sep 17 00:00:00 2001 From: kg539 <114448738+kg539@users.noreply.github.com> Date: Fri, 24 Feb 2023 22:24:18 -0500 Subject: [PATCH 11/38] Update issue templates --- .github/ISSUE_TEMPLATE/master-pull-request.md | 11 +++++++++++ .github/ISSUE_TEMPLATE/things-i-want-to-know.md | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 .github/ISSUE_TEMPLATE/master-pull-request.md diff --git a/.github/ISSUE_TEMPLATE/master-pull-request.md b/.github/ISSUE_TEMPLATE/master-pull-request.md new file mode 100644 index 000000000..4b38d0851 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/master-pull-request.md @@ -0,0 +1,11 @@ +--- +name: Master Pull request +about: This is for your master pull request to merge your master into mine into this + repo. +title: Put your UCID as the title (replace this text) +labels: Compiled List +assignees: '' + +--- + +You need to make a pull request and add the link to the pull request to this issue when you submit. diff --git a/.github/ISSUE_TEMPLATE/things-i-want-to-know.md b/.github/ISSUE_TEMPLATE/things-i-want-to-know.md index 025fa8f14..88f5373b0 100644 --- a/.github/ISSUE_TEMPLATE/things-i-want-to-know.md +++ b/.github/ISSUE_TEMPLATE/things-i-want-to-know.md @@ -2,7 +2,7 @@ name: Things I want to know about: Describe this issue template's purpose here. title: 'Thing I want to know: [Thing I want to Knows]' -labels: Things I learned +labels: '' assignees: '' --- From b2d888e62b0329947c6f53cb0aff0c4b2a6923f0 Mon Sep 17 00:00:00 2001 From: Phillip Date: Fri, 24 Feb 2023 22:28:29 -0500 Subject: [PATCH 12/38] added ruby to list --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 07ef5e965..7b9c703c4 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 2. GIt pull[2] 3. Proper Documentation[1] #### Things we want to know next** -1. Elastic Search Indexing [1] +1. Ruby[1] 2. Cloud deployment with Kubernetes[2] 3. Teraform[1] From ae5fff7a62149fac90c8811fe0ab7ca551f8ded8 Mon Sep 17 00:00:00 2001 From: Phillip Date: Fri, 24 Feb 2023 22:31:53 -0500 Subject: [PATCH 13/38] added vim to list --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 07ef5e965..b32925344 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 2. GIt pull[2] 3. Proper Documentation[1] #### Things we want to know next** -1. Elastic Search Indexing [1] +1. Vim[1] 2. Cloud deployment with Kubernetes[2] 3. Teraform[1] From 89e1b61646c483c602e30ab3949d2a1277992e46 Mon Sep 17 00:00:00 2001 From: Phillip Date: Fri, 24 Feb 2023 22:36:30 -0500 Subject: [PATCH 14/38] added git status to list --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 5b7cf3636..a30ae4369 100644 --- a/README.md +++ b/README.md @@ -17,13 +17,13 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 2. Linux Directory listing[2] 3. Docker Installation[1] #### Things we don't understand -1. Git stash[1] -2. GIt pull[2] -3. Proper Documentation[1] +1. Git stash[1] +2. Git status[2] +3. Proper Documentation[1] #### Things we want to know next** -1. Vim[1] -2. Cloud deployment with Kubernetes[2] -3. Ruby[1] +1. Vim[1] +2. Cloud deployment with Kubernetes[2] +3. Ruby[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 From ad7d670ea81a19ede31671507c49a487fec898f0 Mon Sep 17 00:00:00 2001 From: Phillip Date: Fri, 24 Feb 2023 22:38:33 -0500 Subject: [PATCH 15/38] added kubernetes to list --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a30ae4369..fcf9aacf3 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 3. Proper Documentation[1] #### Things we want to know next** 1. Vim[1] -2. Cloud deployment with Kubernetes[2] +2. Cloud deployment w/ Kubernetes[2] 3. Ruby[1] ## Prerequisite - YOU. MUST SETUP PRIVATE PUBLIC KEY AUTH WITH GITHUB OR YOU WILL GET ACCESS DENIED ERRORS WHEN YOU PUSH FROM THE TERMINAL From 67e45370ba3bf2ed30fdca8a442a90fb5bc02165 Mon Sep 17 00:00:00 2001 From: Phillip Date: Fri, 24 Feb 2023 22:39:50 -0500 Subject: [PATCH 16/38] added git pull to list --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fcf9aacf3..75199b54c 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ 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] +2. Git Pull[2] 3. Docker Installation[1] #### Things we don't understand 1. Git stash[1] From 798486f053b8be46b59e8593687e51ec7ced0b7a Mon Sep 17 00:00:00 2001 From: tishamadhok <98501603+tishamadhok@users.noreply.github.com> Date: Fri, 24 Feb 2023 22:40:12 -0500 Subject: [PATCH 17/38] Update issue templates --- .github/ISSUE_TEMPLATE/completed-lists.md | 2 +- .github/ISSUE_TEMPLATE/master-pull-request.md | 11 +++++++++++ .github/ISSUE_TEMPLATE/things-i-don-t-understand.md | 2 +- .github/ISSUE_TEMPLATE/things-i-learned.md | 2 +- .github/ISSUE_TEMPLATE/things-i-want-to-know.md | 2 +- 5 files changed, 15 insertions(+), 4 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/master-pull-request.md diff --git a/.github/ISSUE_TEMPLATE/completed-lists.md b/.github/ISSUE_TEMPLATE/completed-lists.md index c5cea21c6..598dcc230 100644 --- a/.github/ISSUE_TEMPLATE/completed-lists.md +++ b/.github/ISSUE_TEMPLATE/completed-lists.md @@ -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: '' assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/master-pull-request.md b/.github/ISSUE_TEMPLATE/master-pull-request.md new file mode 100644 index 000000000..ef88d5bbc --- /dev/null +++ b/.github/ISSUE_TEMPLATE/master-pull-request.md @@ -0,0 +1,11 @@ +--- +name: Master Pull Request +about: This is for your master pull request to merge your master into mine into this + repo +title: Put your UCID as the title (replace this text) +labels: Submitting my master branch +assignees: '' + +--- + +You need to make a pull request and add the link to the pull request to this issue when you submit. diff --git a/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md b/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md index 472a53624..cf4f2ec98 100644 --- a/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md +++ b/.github/ISSUE_TEMPLATE/things-i-don-t-understand.md @@ -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: I don't know assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/things-i-learned.md b/.github/ISSUE_TEMPLATE/things-i-learned.md index ff68fa38f..ed8305194 100644 --- a/.github/ISSUE_TEMPLATE/things-i-learned.md +++ b/.github/ISSUE_TEMPLATE/things-i-learned.md @@ -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: '' --- diff --git a/.github/ISSUE_TEMPLATE/things-i-want-to-know.md b/.github/ISSUE_TEMPLATE/things-i-want-to-know.md index 025fa8f14..f5743c08f 100644 --- a/.github/ISSUE_TEMPLATE/things-i-want-to-know.md +++ b/.github/ISSUE_TEMPLATE/things-i-want-to-know.md @@ -2,7 +2,7 @@ name: Things I want to know about: Describe this issue template's purpose here. title: 'Thing I want to know: [Thing I want to Knows]' -labels: Things I learned +labels: I want to know assignees: '' --- From bc93a567f5e98f7a4bd233d509d1342788ce7561 Mon Sep 17 00:00:00 2001 From: Phillip Date: Fri, 24 Feb 2023 22:41:09 -0500 Subject: [PATCH 18/38] added Linux to list --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 75199b54c..57f9cacfb 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and #### Things we understand** 1. Python Print[1] 2. Git Pull[2] -3. Docker Installation[1] +3. Linux Commands[1] #### Things we don't understand 1. Git stash[1] 2. Git status[2] From 2734d066ea13ed3250edabc5c054a73b23cdfd7a Mon Sep 17 00:00:00 2001 From: Phillip Date: Fri, 24 Feb 2023 22:42:17 -0500 Subject: [PATCH 19/38] added python print to list --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 57f9cacfb..4567893eb 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ 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] +1. Python print[1] 2. Git Pull[2] 3. Linux Commands[1] #### Things we don't understand From 5e7330787653cf3f6133765a9bfd216a7039c8e1 Mon Sep 17 00:00:00 2001 From: General901 <114448738+General901@users.noreply.github.com> Date: Fri, 24 Feb 2023 22:44:31 -0500 Subject: [PATCH 20/38] added update to readme --- README.md | 120 ++++++++++++++---------------------------------------- 1 file changed, 31 insertions(+), 89 deletions(-) diff --git a/README.md b/README.md index 0b49fb1dd..0e5d003a4 100644 --- a/README.md +++ b/README.md @@ -1,94 +1,36 @@ -# MyWebClass Collaboration and Brainstorming Assignment +# MyWebClass collaboration and brainstorming activity to identify required content for mywebclass -## Overview +The purpose of this assignment is to practice collaborating using GIT/GitHub and to do this you need to create a list of things that you have learned in this class, things that you don't understand , and things that you want to learn. -The purpose of this assignment is to practice collaborating using GIT/GitHub and develop the requirements for the mywebclass.org website's tutorials and courses. To accomplish this task we are going to create three lists(What I Know, What I Don't Know, and What I Want To Learn) and consolidate the items from everyone in the class into a master list that counts the number of repeated issues. You need at least **3 items for each list for a total of 9 items** and you should plan that these items are going to be used for project 1 as the basis for the possible topics that people can choose to build online tutorials about. - -## Learning Objectives: -1. You will learn to collaborate online using GIT -2. You will learn to merge pull requests and resolve merge conflicts -3. You will learn to manage a basic project using GitHub Project. - -### Complete the Assignment By adding your issues to these 3 lists and count how many times each issue is mentioned. The number in the bracket next to each issue is the count, you should set your count at 1 for your issue. We need the count of how many times the issue is mentioned, so that we can prioritze each issue. - -### Your list should look like this: -#### Things we understand** -1. Python Print[1] -2. Linux Directory listing[2] -3. Docker Installation[1] -#### Things we don't understand -1. Git Stash[1] -2. GIt pull[2] -3. GIT status[1] -#### Things we want to know next** -1. Elastic Search Indexing [1] -2. Cloud deployment with Kubernetes[2] -3. Teraform[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 -**open powershell or terminal and run "ssh-keygen -b 4096" and hit enter through the prompts and then open the file **your home directory/.ssh/id_rsa.pub** and copy that text into your github account settings under SSH/GPG keys -> add key. in one of the prompts it will tell you where it is going to save the key. If you already have a key reusue the one you have and cancel out of the process with control c **. I do it on my mac with the command vi ~/.ssh/id_rsa.pub" and then i press shift colon : and q to quit - -### [Assignment Video](https://youtu.be/UFLKojO3OtM) - -## You will accomplish this assignment in 5 phases: - -1. Each person will follow the instructions below to create one issue per list item i.e. 9 issues. - **You need one issue per item in your list for a total of 9 issues.**. Resolve each issue to add each of your items to the appropriate list. - -2. Find a person in class and then make a pull request for each item on your list to **THEIR** repository. **You make 9 pull requests to someone else** - -This person should then merge the pull requests and resolve the merge conflict to add new items to their list and increment the count on dupilicate items. We want to know how many people said the same thing, so that we can prioritize the requirement, when we decide on what to make in project 1. - -3. **Once you have merged the pull requests from someone else in class**, you need to find someone new in class to submit a pull request called "merge my list". that asks to merge your master into their master, so that they can add new items to their list and increment the duplicate issue count for each item in the list. Create an issue using the template "Assignment Master List" and reference the pull request that you make in the issue. Make sure you make a issue template to accept this issue on your own repository and provide these instructions. - -4. The person that receives the pull request from #3 needs to resolve merge conflics and merge, so that the new issues are added and duplicate counts are incrimented as necessary. - -5. Once you have merged someone else's combined list into your project make an issue and a pull request to the "complete_list" branch on the upstream repository i.e. the one you forked from. Use the issue "Complete List" and put a link to the pull request. Submit a link to the **issue** to Canvas to finish the assignment. In your pull request include your UCID, course number, and section. - -### You are done when you have completed the following: - -1. Added your issues individually and resolved them -2. Made 9 pull requests to another person for each item that contains the branch you want to merge -3. Merged 9 pull requests from someone else -3. Made a pull request to another person with your master branch that contains the consolidated list -4. Merged the pull request of someone elsesa compiled list -5. Submmited a pull request to this repository to have your complete list merged - -### Canvas Submission instructions - -To submit this assignment you need to submit the result of step #5 to canvas. When you look at the commits for your project you should see a total of 3 different users have contributed items to the list **including yourself** . If you don't have at least 3 people's commits on the project you will lose 33 points for each person not found. - -## Project Setup Instructions +## Instructions Collaborating on GitHub: 1. Fork the repository: Each person should fork the repository to their own GitHub account. To do this, click the "Fork" button in the top-right corner of the repository page. -2. Enable issues: If you don't see the "Issues" tab in the main menu, you should enable it in the repository settings. -3. Go to the "Issues" tab, and click "Milestones" to add a 0.1.0 milestone and describe it as a consolidated list of issues from your team. -4. Go to the issues tab you should also create labels for "I Know", "Want to Know", "Don't Understand", and "Master List". -5. Once you create these labels then go to settings and look for the "Issues Template" and create/edit 4 issue templates that will provide the starting text for each issue filed of that type. At the bottom of each issue you will see that you can automaticly assign a label to that issue type, so connect the respective labels you created with the 4 issue types. You need an issue for "I Know", "Want to Know", "Don't Understand", and "Master List". -4. Goto the project tab and create a new project (you have to click the down arrow next to "link project" to change it to new project). When you create a project you need to select "board" and name it "Documentation Tasks". -5. Once this is completed then clone this to your computer using the SSH link **NOT THE HTTP LINK** you need the ssh link to use the key you added to your account, so you don't get an error when pushing. - - -### Project management and Collaboration workflow Steps -1. create an issue -2. assign issue to project task -* Assign to yourself -* Assign to correct project board -* Assign to "todo" project status -* Assign to the correct milestone -* create issue branch -3. Go to the project board and move the task you created to in progress -4. git fetch origin to see new branch -5. checkout issue branch locally -6. git status to make sure you don't have any changed files in the branch before you work -7. Resolve the issue by adding the list item or incrementing the count of the item -8. commit -a -m "message text" to do the commit -9. git push origin head <- pushes current branch to github -10. Do a pull request for the branch and make sure you pick the correct source and destination. Click compare forks because by default it will go to the upstream repository i.e. mine -11. merge the pull request and add "closes # i.e. closes #4 to close the issue -12. Check that your task is moved from in progress to done -13. update your local main branch with the changes from the merge by doing git pull origin main -14. Repeat again, and again, and again - +2. Enable issues: If you don't see the "Issues" tab in the main menu, you should enable it in the repository settings. Go to the "Issues" tab, and click "Milestones" to add a 0.1.0 milestone and describe it as a consolidated list of issues from your team. On the issues tab you should also create labels for "I Know", "Want to Know", and "Don't Understand". Once you create these labels then go to settings and look for the "Issues Template" and create 3 issue templates that will provide the starting text for each issue filed of that type. At the bottom of each issue you will see that you can automaticly assign a label to that issue type, so connect the respective labels you created with the 3 issue types. +3. Create one issue per item in your list and assign it to the correct issue template. +4. Create a new project tab and create a new project (you have to click the down arrow next to "link project" to change it to new project). When you create a project you need to select "board" and name it "Documentation Tasks". +5. Go back to your issues, click on each issue, and assign the issue to the following: assignee i.e. you, miletone i.e. the one you created 0.1.0, project documentation (set the status to todo) and create the branch for the issue. +4. Go to the "Project" board, and if you see any tasks without a status move them to the todo column. +5. Pick one task and move it to the in progress column to indicate you are going to work on it. +6. If you have not done so already clone the repository to your local and type "git fetch" to see the branch(s) for the issues you created. +7. Do a "git checkout " i.e. "git checkout 1-some-issue". +8. Complete the issue by adding one item to one of the 3 categories. Do a git status and make sure that only the readme is changed. If the readme just has the change then you can do a git commit -a -m "PUT A DESCRIPTIVE MESSAGE HERE". git commit with the -a flag adds all the new and modified files to the commit. +9. Push the branch back by doing a git push origin head or use the push command from the drop down in Pycharm. +10. Make a pull request (MAKE SURE YOU DO IT FOR YOUR OWN IT WILL DEFAULT TO MAKING A PULL REQUEST TO THE UPSTREAM REPOSITORY" for the branch and when you come to the part where you have to need the commit message you have to add "closes #?" the ? is whatever issue number that the pull request resolves. +11. Check the documentation board and you should see that the task has moved from in progress to done. +12. Once you have resolved an issue you should go to your partners' fork and make a pull request that to merge your issue branch. +13. Your partner will then need to create an issue to merge the pull request. You first need to save an issue and after you save it will make the right side controls active and you can select the repository / pull request you want to link and fill out the other fields like assigning the task to the milestone, assigning a developer, assiginging it to the right project with the todo status. +14. Once your partner creates the issue they need to merge the pull request and close it with the "closes #?" in the merge message. +15. On your own fork, you will want to make a pull request to yourself to merge their updated master into yours. + + +# Complete the Assignment By adding your issues to these 3 lists. + +## Put your items here +### Things you understand so far +1. I know how to make an ssh key and add it to GitHub So I don't need to login with password +2. I learend GITHUB Issues +### Things you don't understand about what we are doing / web development. +1. Add items to the list +### Things you want to know next +1. How to connect viewjs to elastic search From 3284ff2d047e742a5ac47cd04bf046e57b2734fb Mon Sep 17 00:00:00 2001 From: mansidinakar Date: Fri, 24 Feb 2023 23:00:10 -0500 Subject: [PATCH 21/38] spmething added to list --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 0b49fb1dd..69ae75007 100644 --- a/README.md +++ b/README.md @@ -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. I know how to create and track projects +2. I know how to commit changes +3. I have learnt how to fork repos and work on projects #### Things we don't understand -1. Git Stash[1] -2. GIt pull[2] -3. GIT status[1] +1. I don't understand how to do the submissions on canvas after completing the tasks on GitHub +2. I don't understand how to fix errors in Pycharm +3. I do feel kind of feel lost in class, I want to know what exactly to learn and how to go about it #### Things we want to know next** -1. Elastic Search Indexing [1] -2. Cloud deployment with Kubernetes[2] -3. Teraform[1] +1. I want to know what job roles I can look at under Business & Information Systems major apart from a software developer +2. I want to learn the softwares being taught in this class properly without falling back +3. I do feel kind of feel lost in class, I want to know what exactly to learn and how to go about it ## 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 From ea371cee3fe48fdf55c3fdd55f37c64aab528c10 Mon Sep 17 00:00:00 2001 From: General901 <114448738+General901@users.noreply.github.com> Date: Fri, 24 Feb 2023 23:05:42 -0500 Subject: [PATCH 22/38] added something --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0e5d003a4..f1d2d818e 100644 --- a/README.md +++ b/README.md @@ -34,3 +34,4 @@ Collaborating on GitHub: 1. Add items to the list ### Things you want to know next 1. How to connect viewjs to elastic search +2. fdsadfas From be263eb1d0bd5880d31060bd83eac73188c7a334 Mon Sep 17 00:00:00 2001 From: mansidinakar Date: Fri, 24 Feb 2023 23:07:04 -0500 Subject: [PATCH 23/38] something added to list --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 69ae75007..163903cc9 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 2. I don't understand how to fix errors in Pycharm 3. I do feel kind of feel lost in class, I want to know what exactly to learn and how to go about it #### Things we want to know next** -1. I want to know what job roles I can look at under Business & Information Systems major apart from a software developer +1. 2. I want to learn the softwares being taught in this class properly without falling back 3. I do feel kind of feel lost in class, I want to know what exactly to learn and how to go about it From 15eb726ab1ea30bdc4aed924467a053d885a59b7 Mon Sep 17 00:00:00 2001 From: mansidinakar Date: Fri, 24 Feb 2023 23:11:37 -0500 Subject: [PATCH 24/38] something added to list --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 163903cc9..f5fa37442 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 2. I don't understand how to fix errors in Pycharm 3. I do feel kind of feel lost in class, I want to know what exactly to learn and how to go about it #### Things we want to know next** -1. +1. I want to learn the softwares being taught in this class properly without falling back 2. I want to learn the softwares being taught in this class properly without falling back 3. I do feel kind of feel lost in class, I want to know what exactly to learn and how to go about it From b6f0e18e100e78db035bf56fed5d94e43d15f620 Mon Sep 17 00:00:00 2001 From: tishamadhok <98501603+tishamadhok@users.noreply.github.com> Date: Fri, 24 Feb 2023 23:13:49 -0500 Subject: [PATCH 25/38] added something to list --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b49fb1dd..b07dc06da 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 2. Linux Directory listing[2] 3. Docker Installation[1] #### Things we don't understand -1. Git Stash[1] +1. Pull Requests 2. GIt pull[2] 3. GIT status[1] #### Things we want to know next** From 11601184a02aa251f347193983cf59312341bd05 Mon Sep 17 00:00:00 2001 From: mansidinakar Date: Fri, 24 Feb 2023 23:13:55 -0500 Subject: [PATCH 26/38] something added to list --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f5fa37442..5c8cb8f0b 100644 --- a/README.md +++ b/README.md @@ -18,8 +18,8 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 3. I have learnt how to fork repos and work on projects #### Things we don't understand 1. I don't understand how to do the submissions on canvas after completing the tasks on GitHub -2. I don't understand how to fix errors in Pycharm -3. I do feel kind of feel lost in class, I want to know what exactly to learn and how to go about it +2. +3. #### Things we want to know next** 1. I want to learn the softwares being taught in this class properly without falling back 2. I want to learn the softwares being taught in this class properly without falling back From 9ea9956d751ae3aea8e03a54961ef088f8bef5d3 Mon Sep 17 00:00:00 2001 From: mansidinakar Date: Fri, 24 Feb 2023 23:15:37 -0500 Subject: [PATCH 27/38] something added to the list --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5c8cb8f0b..0e6f3c589 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and 3. I have learnt how to fork repos and work on projects #### Things we don't understand 1. I don't understand how to do the submissions on canvas after completing the tasks on GitHub -2. +2. I don't understand how to fix errors in Pycharm 3. #### Things we want to know next** 1. I want to learn the softwares being taught in this class properly without falling back From 1e6fbd89d1b13f2b8c183a038c1e3b5d3a4ded9c Mon Sep 17 00:00:00 2001 From: mansidinakar Date: Fri, 24 Feb 2023 23:17:16 -0500 Subject: [PATCH 28/38] something added to the list --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0e6f3c589..429355c90 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and #### Things we don't understand 1. I don't understand how to do the submissions on canvas after completing the tasks on GitHub 2. I don't understand how to fix errors in Pycharm -3. +3. I don't understand how to use docker hub and for what purpose #### Things we want to know next** 1. I want to learn the softwares being taught in this class properly without falling back 2. I want to learn the softwares being taught in this class properly without falling back From d303cbb55c0a33e4d82e50af97a00a3e84ba3ce1 Mon Sep 17 00:00:00 2001 From: General901 <114448738+General901@users.noreply.github.com> Date: Fri, 24 Feb 2023 23:18:23 -0500 Subject: [PATCH 29/38] added something --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0e5d003a4..db3e78a32 100644 --- a/README.md +++ b/README.md @@ -34,3 +34,4 @@ Collaborating on GitHub: 1. Add items to the list ### Things you want to know next 1. How to connect viewjs to elastic search +2. dsijoa From d9439e8ed77ba8a46b80f75d20d2a44d54f6275f Mon Sep 17 00:00:00 2001 From: mansidinakar Date: Fri, 24 Feb 2023 23:19:10 -0500 Subject: [PATCH 30/38] something added to list --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 429355c90..8827a3fdc 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,8 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and ### Your list should look like this: #### Things we understand** 1. I know how to create and track projects -2. I know how to commit changes -3. I have learnt how to fork repos and work on projects +2. +3. #### Things we don't understand 1. I don't understand how to do the submissions on canvas after completing the tasks on GitHub 2. I don't understand how to fix errors in Pycharm From 528cb646c22080600dfa58dcdecec3f1ef92c2ed Mon Sep 17 00:00:00 2001 From: mansidinakar Date: Fri, 24 Feb 2023 23:20:37 -0500 Subject: [PATCH 31/38] something added to list --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8827a3fdc..af7e26dbe 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and ### Your list should look like this: #### Things we understand** 1. I know how to create and track projects -2. +2. I know how to commit changes 3. #### Things we don't understand 1. I don't understand how to do the submissions on canvas after completing the tasks on GitHub From 950def39fee7cf61864c66de3b6038471ec38606 Mon Sep 17 00:00:00 2001 From: General901 <114448738+General901@users.noreply.github.com> Date: Fri, 24 Feb 2023 23:22:28 -0500 Subject: [PATCH 32/38] added something --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index db3e78a32..0e5d003a4 100644 --- a/README.md +++ b/README.md @@ -34,4 +34,3 @@ Collaborating on GitHub: 1. Add items to the list ### Things you want to know next 1. How to connect viewjs to elastic search -2. dsijoa From 168fe9dfa5e6d5fa2ffb1c6bdf266a45ce3aeb1b Mon Sep 17 00:00:00 2001 From: mansidinakar Date: Fri, 24 Feb 2023 23:22:36 -0500 Subject: [PATCH 33/38] something added to list --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index af7e26dbe..429355c90 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and #### Things we understand** 1. I know how to create and track projects 2. I know how to commit changes -3. +3. I have learnt how to fork repos and work on projects #### Things we don't understand 1. I don't understand how to do the submissions on canvas after completing the tasks on GitHub 2. I don't understand how to fix errors in Pycharm From 58c8884b2adf2171e2c8c3fdaa2b9c23f5e31c48 Mon Sep 17 00:00:00 2001 From: General901 <114448738+General901@users.noreply.github.com> Date: Fri, 24 Feb 2023 23:25:44 -0500 Subject: [PATCH 34/38] Java --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f1d2d818e..3602c0884 100644 --- a/README.md +++ b/README.md @@ -35,3 +35,4 @@ Collaborating on GitHub: ### Things you want to know next 1. How to connect viewjs to elastic search 2. fdsadfas +3. Java \ No newline at end of file From 42535c291d6d12010a795a9378533aca21806c53 Mon Sep 17 00:00:00 2001 From: General901 <114448738+General901@users.noreply.github.com> Date: Fri, 24 Feb 2023 23:28:33 -0500 Subject: [PATCH 35/38] pull requests --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3602c0884..50b37352f 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,7 @@ Collaborating on GitHub: ### Things you understand so far 1. I know how to make an ssh key and add it to GitHub So I don't need to login with password 2. I learend GITHUB Issues +3. Merging and pull requests ### Things you don't understand about what we are doing / web development. 1. Add items to the list ### Things you want to know next From 9caa2b413e0f32283bb051f3f30c97af6875ee8a Mon Sep 17 00:00:00 2001 From: General901 <114448738+General901@users.noreply.github.com> Date: Fri, 24 Feb 2023 23:30:55 -0500 Subject: [PATCH 36/38] merge --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 50b37352f..14a74e451 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,8 @@ Collaborating on GitHub: ### Things you understand so far 1. I know how to make an ssh key and add it to GitHub So I don't need to login with password 2. I learend GITHUB Issues -3. Merging and pull requests +3. Merging +4. pull requests ### Things you don't understand about what we are doing / web development. 1. Add items to the list ### Things you want to know next From d2857a9ca26d5dda08a66d6fe60011883f57d419 Mon Sep 17 00:00:00 2001 From: General901 <114448738+General901@users.noreply.github.com> Date: Fri, 24 Feb 2023 23:34:34 -0500 Subject: [PATCH 37/38] terminal commands --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 14a74e451..9304f758b 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,7 @@ Collaborating on GitHub: 4. pull requests ### Things you don't understand about what we are doing / web development. 1. Add items to the list +2. Terminal commands ### Things you want to know next 1. How to connect viewjs to elastic search 2. fdsadfas From 96f742149858c940c6be8d8f2bd4e55a232632dd Mon Sep 17 00:00:00 2001 From: General901 <114448738+General901@users.noreply.github.com> Date: Fri, 24 Feb 2023 23:36:43 -0500 Subject: [PATCH 38/38] dockere --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9304f758b..3941dc904 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,7 @@ Collaborating on GitHub: ### Things you don't understand about what we are doing / web development. 1. Add items to the list 2. Terminal commands +3. docker ### Things you want to know next 1. How to connect viewjs to elastic search 2. fdsadfas