From 038f3cc998a2b44f9ee52680e28ff4a311cdc6ff Mon Sep 17 00:00:00 2001 From: sangjun Date: Fri, 9 Apr 2021 14:46:54 +0900 Subject: [PATCH 1/2] hw --- .homework5.txt.swp | Bin 0 -> 12288 bytes homework5.txt | 12 ++++++++++-- 2 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 .homework5.txt.swp diff --git a/.homework5.txt.swp b/.homework5.txt.swp new file mode 100644 index 0000000000000000000000000000000000000000..bb37250255a7d220b56ef0feefa533b7c0d0721e GIT binary patch literal 12288 zcmeI2&rj1}7{^~YnW$*=;Pp{2nm{Qfn0Z1Ih!Xrkg41}ym#u7-(ayFLxXg)*F|Y#( zOonu1MpR6Q88QthBP0@CIru{M}PaKD%N20r_NV!CS z2oM1xKm>>Y5g-CYfC%g{0(QEA-9ycdq3-?R+VIaB-qJz@hyW2F0z`la5CI}U1c(3; zAOb{y2<$-uJkHpc1B@Lzh~n}8|E=HuUk@?%8SN9Ajb@>JZ({5l+Ih5dXpLw=-X5Hr zBohH5Km>>Y5g-CYfCvx)B0vN}0`BsLsN?|ORBjno#}ld!*{u6~1H6ZCyc?)^)3d>@0Nh}oH8OIM2?;SwDC>NR` zrb0G&DH=a=8?^Xlo?8T_kZSleBziMbW=Y@@zbX$JK!Pi3>sfl3~aqeKuNXTuJm z(lC+Z2)6sw0a1EgU$55R6u_Mh6tZozhz~VyX4%VE#e5DDnw{KKA?7fpDyAGPhv^`k zyjLut6vh+@ZY0McZoq{g95R+_TA-_H9Jmhs{TBfVLYix4C!C4~&KNo{3{=ce&22GY zm|}Q2t#T4$IDnX& z7I_B{Pe8L+LULm2op_l8QJk!=R^5pbxGOb(w!jI#x17TrD~R%jJA-?K`@Q%`l=I*g zal1Ah{%yUMb6>20TgZtA_rpe_;)wZmuUG;1aUR4>)t#LEol^6U1Y>PJGJmHnkWiwQ z&<#`VgqubN4}cy{h-8qTHHv&fOqve87>E(bs9R5@G%JbK(%c-jxSqJ3(VIb$6}hFY fJ))dt@}Dl_M#co4kN6eiVA+{Co(AaY>IC)+AnA|D literal 0 HcmV?d00001 diff --git a/homework5.txt b/homework5.txt index cef63bb..384351e 100644 --- a/homework5.txt +++ b/homework5.txt @@ -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. \ No newline at end of file + +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로 옮기게 된다. From 2019b7e8032b1e2977401ecf02a6416ac799ae69 Mon Sep 17 00:00:00 2001 From: sangjun Date: Fri, 9 Apr 2021 14:52:33 +0900 Subject: [PATCH 2/2] homework --- 2020-13829.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 2020-13829.txt diff --git a/2020-13829.txt b/2020-13829.txt new file mode 100644 index 0000000..677e3e2 --- /dev/null +++ b/2020-13829.txt @@ -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로 옮기게 된다. +~ +`