Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
32e5c44
Update issue templates
Meet-Suhagiya Feb 23, 2023
ba4e8cc
Update issue templates
Meet-Suhagiya Feb 23, 2023
f2c0871
Update issue templates
Meet-Suhagiya Feb 23, 2023
adcfb0b
added something I dont know
Meet-Suhagiya Feb 24, 2023
ee5d88c
Merge pull request #3 from Meet-Suhagiya/2-i-dont-know-docker closes #2
Meet-Suhagiya Feb 24, 2023
e948e9f
added something I don't know
Meet-Suhagiya Feb 25, 2023
92d76a9
Merge pull request #7 from Meet-Suhagiya/6-i-dont-know-linux-director…
Meet-Suhagiya Feb 25, 2023
50c9eda
added something I don't know
Meet-Suhagiya Feb 25, 2023
8e12419
Merge pull request #9 from Meet-Suhagiya/8-i-dont-know-git closes #8
Meet-Suhagiya Feb 25, 2023
6367618
added something I learned
Meet-Suhagiya Feb 25, 2023
5bbf982
Merge pull request #11 from Meet-Suhagiya/10-python-print closes #11
Meet-Suhagiya Feb 25, 2023
00f480a
added something I learned
Meet-Suhagiya Feb 25, 2023
3f32f91
Merge pull request #13 from Meet-Suhagiya/12-git-status closes #12
Meet-Suhagiya Feb 25, 2023
9a96bdd
added something I learned
Meet-Suhagiya Feb 25, 2023
00f3919
Merge pull request #15 from Meet-Suhagiya/14-pull-requests-and-mergin…
Meet-Suhagiya Feb 25, 2023
bc7906d
added things I want to learn
Meet-Suhagiya Feb 25, 2023
81007ce
Merge pull request #17 from Meet-Suhagiya/16-thing-i-want-to-know-clo…
Meet-Suhagiya Feb 25, 2023
9280109
added something I want to learn
Meet-Suhagiya Feb 25, 2023
5c0be57
Merge pull request #19 from Meet-Suhagiya/18-thing-i-want-to-know-ter…
Meet-Suhagiya Feb 25, 2023
727c124
added something I want to learn
Meet-Suhagiya Feb 25, 2023
7e0b541
Merge pull request #21 from Meet-Suhagiya/20-thing-i-want-to-know-dat…
Meet-Suhagiya Feb 25, 2023
9c78ee2
updated gitignore
Meet-Suhagiya Feb 26, 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
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
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
labels: Submitting Master Branch
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: I Don't Know
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: I Want to Know
assignees: ''

---
Expand Down
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
.idea
.idea
.github/ISSUE_TEMPLATE/completed-lists.md
.github/ISSUE_TEMPLATE/master-pull-request.md
.github/ISSUE_TEMPLATE/things-i-don-t-understand.md
.github/ISSUE_TEMPLATE/things-i-want-to-know.md
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. Python print[1]
2. Git Status[1]
3. Pull requests and merging[1]
#### Things we don't understand
1. Git Stash[1]
2. GIt pull[2]
3. GIT status[1]
1. I don't know docker[1]
2. I don't know linux directory listing[1]
3. I don't know GIT[1]
#### Things we want to know next**
1. Elastic Search Indexing [1]
2. Cloud deployment with Kubernetes[2]
3. Teraform[1]
1. Cloud deployment [1]
2. Teraform[1]
3. Databases[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