Introduction to Git and GitHub - 모듈 2 & 3

Pasa·2023년 3월 22일
0

Git

목록 보기
2/2

git commit -a → stage 과정을 생략한다.

no dress rehearsals

clarify

alias

day 3

배운 내용

git log -p

git show

git log —stat

git diff : unstaged의 변화만을 보여준다.

git rm : 파일 지우고 스테이지에 올림

git mv : 파일 일므 변경

git .ignorefile

git checkout : unstaged의 변경사항을 되돌린다

git reset : staged 한 사항을 되돌린다.

git commit —amend : 커밋의 내용을 수정한다.

git reverse

git branch

hash는 ID로 쓰일 때, 굳이 전체를 원하지는 않는다.

해시함수의 필요충분조건

  1. 작은 차이가 큰차이를 만들어야한다.
  2. 서로 다른 입력값이 서로 다른 출력이어야 한다.
  3. 출력 값을 보고 입력값을 추측할 수 없어야 한다.

git checkout -b even-better -feature 없는 브랜치로 바로 만들어서 해준다

fast-forwad merge (default merge) 하나의 브랜치에서 쭉쭉 올라가는 걸로 보여서 Linear 하게 보인다.

three point merge 우리회사에주로 사용하는 거, 딱딱 갈라져서 딱 보임

merge conflict

equivalent 등가의

commitment issues 약속 문제

housekeeping 살림

obsolate 외톨이가 되다

conversely 반대로

generic 포괄적인

finalizes 최종 결정을 내리다

counterpart 사본

amending 수정하다

indicating 지시하다. 가리키다

rev up 되돌리다

horray for flip-flopping 뒤집기 공포증이 나다

consistency 일관성

tidy 깔끔한

polish 윤이나다, 광택이 나다. 광택, 윤

doodling 낙서, 맥없는 연주

manipulate 교묘하게 다루다. 솜씨 있게 처리하다

indicated in ~에 표시된

asterisk 별표, 별 모양의 것

셔뱅(shebang)은 해시 기호와 느낌표(#!)  로 이루어진 문자 시퀀스

stick around 기다리세요

trimed 다듬은

diverge 갈라지다.

• docstring은 모듈, 함수, 클래스 또는 메소드 정의의 첫 번째 명령문으로 발생하는 문자열 리터럴

hatch 부화하다. 생각해내다

consolidate 통합하다, 합병 정리하다. 강화하다. 굳건하게 하다

tackled

entangled

assessment

Mdule 3

Day 4

배운 거

git push

git config —global credential.helper cache

git branch -r

git fetch

git merge

git remote update

git pull

git add -p

git push -u

git rebase

seamless 한결 같은

Distributed 분산된, 광범위한, 광역성의

robust 강력한

caution 주의 경고

a word of 한 마디의

retrieve 되찾다, 회복하다, 만회하다

repetitive 되풀이 하는, 반복성의

disruptive 분열시키는, 파괴적인, 분열로 일어난

recap (원래대로) 씌우다, 재생시키다.

rewind 되감다. 다시 감다.

fostering 육성

accountability 책임

Versatile 다재다능한; 다방면의, 융통성이 있는, T자형의

profile
Hello World

0개의 댓글