Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2020-13829 #83

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
Binary file added .homework5.txt.swp
Binary file not shown.
13 changes: 13 additions & 0 deletions 2020-13829.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
0. What is your name and student ID?
parksangjun, 2020-13829

1. What is .gitignore? You can write the answer either in Korean or English.

git에서 add를 하고싶지 않거나 무시하고 싶은 파일들이 있을 때, 파일을 관리 대상에서 제외할 떄 쓰는 파일>이다.

2. Why do Github users need an SSH key pair? (Users can use either SSH key pair or github account info.) Please write down a brief explanation of SSH key.

사용자의 컴퓨터와 github를 연결시키기 위하여
먼저 ssh-keygen ~~를 통해 사용자의 repo의 키를 형성한다. 이후 패스워드를 친 다음, ce ~/.ssh, cat id_rsa.pub를 통해 키를 보여주고, eval~~, ssh-add ~~ 코드를 통해 키를 agent로 옮기게 된다.
~
`
12 changes: 10 additions & 2 deletions homework5.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
0. What is your name and student ID?
0. What is your name and student ID?
parksangjun, 2020-13829

1. What is .gitignore? You can write the answer either in Korean or English.
2. Why do Github users need an SSH key pair? (Users can use either SSH key pair or github account info.) Please write down a brief explanation of SSH key.

git에서 add를 하고싶지 않거나 무시하고 싶은 파일들이 있을 때, 파일을 관리 대상에서 제외할 떄 쓰는 파일이다.

2. Why do Github users need an SSH key pair? (Users can use either SSH key pair or github account info.) Please write down a brief explanation of SSH key.

사용자의 컴퓨터와 github를 연결시키기 위하여
먼저 ssh-keygen ~~를 통해 사용자의 repo의 키를 형성한다. 이후 패스워드를 친 다음, ce ~/.ssh, cat id_rsa.pub를 통해 키를 보여주고, eval~~, ssh-add ~~ 코드를 통해 키를 agent로 옮기게 된다.