Skip to content
Merged
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
625587e
added How Docker Works on readme
Yondie85 Feb 21, 2023
ee8c4fe
Merge pull request #4 from ffurtado26/issue-1 closes #1
ffurtado26 Feb 21, 2023
ce6b5af
added Libraries and Frameworks to readme
Yondie85 Feb 22, 2023
d36395b
Merge pull request #5 from ffurtado26/issue-2 closed #issue-2
ffurtado26 Feb 22, 2023
3082b13
added The concept of SSH Keys
Yondie85 Feb 23, 2023
2774104
Merge pull request #6 from ffurtado26/issue-3 closes #6
ffurtado26 Feb 23, 2023
becbd7d
added Clone a repo to readme
Yondie85 Feb 23, 2023
2b8af55
Merge pull request #8 from ffurtado26/issue-4 closes #8
ffurtado26 Feb 23, 2023
ee76b6d
added Pushing to Github on readme
Yondie85 Feb 23, 2023
4b2db1d
Merge pull request #11 from ffurtado26/issue-5 closes #11
ffurtado26 Feb 23, 2023
5af050a
added how to make a commit on the readme
Yondie85 Feb 24, 2023
f44506a
Merge pull request #21 from ffurtado26/issue-6 closes #21
ffurtado26 Feb 24, 2023
793b1a9
added VIM to readme
Yondie85 Feb 24, 2023
d7afc95
Merge pull request #25 from ffurtado26/issue-7 closes #25
ffurtado26 Feb 24, 2023
6cc67cb
added CD (continuous development) to readme
Yondie85 Feb 24, 2023
4a2105f
Merge pull request #26 from ffurtado26/issue-8 closes #26
ffurtado26 Feb 24, 2023
4402e4f
added CI (continuous integration) to readme
Yondie85 Feb 24, 2023
3376bef
Merge pull request #27 from ffurtado26/issue-9 closes #27
ffurtado26 Feb 24, 2023
45547dd
deleted github folder causing issues
Yondie85 Feb 24, 2023
e6c5274
How docker works - things we understand
Yondie85 Feb 24, 2023
754c480
Merge branch 'main' into 1-i-do-not-understand-what-packages-are
ffurtado26 Feb 24, 2023
343b69c
Merge pull request #29 from ms328/1-i-do-not-understand-what-packages…
ffurtado26 Feb 24, 2023
6d6f1e3
deleted github folder
Yondie85 Feb 24, 2023
2da3754
Merge branch 'main' into issue-1
ffurtado26 Feb 24, 2023
5a543fa
Merge branch 'main' into issue-1
ms328 Feb 24, 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
21 changes: 11 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,19 @@ The purpose of this assignment is to practice collaborating using GIT/GitHub and

### Your list should look like this:
#### Things we understand
1. Cloning a repo
2. Building a docker image
3. Commit on GitHub
1. Cloning a repo [1]
2. Building a docker image [1]
3. Commit on GitHub [1]
4. How Docker Works[1]
#### Things we don't understand
1. Packages
2. Docker hub
3. SSH Keys
4. Putty
1. Packages [1]
2. Docker hub [1]
3. SSH Keys [1]
4. Putty [1]
#### Things we want to know next
1. VIM
2. CI
3. CD
1. VIM [1]
2. CI [1]
3. CD [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