JavaScript isn't enabled in your browser, so this file can't be opened. Enable and reload.
git quiz
Sign in to Google
to save your progress.
Learn more
git은 네트워크가 끊어져도 commit 이 가능하다
1 point
True
False
Clear selection
저장소에 commit 하기전에 변경사항을 추적하기 위해서 staging 영역에 추가하는 명령어는 무엇인가?
1 point
git add
git clone
git push
git pull
Clear selection
git 은 브랜치를 많이 만드는것을 장려한다.
1 point
True
False
Clear selection
로컬 저장소에 저장된 commit 을 원격 저장소와 동기화하는 명령어는 무엇인가?
1 point
git add
git clone
git push
git pull
git fetch
Clear selection
원격 저장소에 있는 commit을 로컬 저장소로 내려받는것 명령어는 무엇인가?
1 point
git add
git clone
git push
git pull
Clear selection
3rd party 라이브러리가 저장된 node_modules 폴더는 형상관리 대상이다.
1 point
True
False
Clear selection
로컬에 저장소가 없을때 원격의 저장소를 그대로 복사하는 명령어는 무엇인가?
1 point
git add
git clone
git push
git fetch
Clear selection
로컬에 a화일을 commit하고 커밋된 내용을 원격서버에 push 할려는데 누가 그전에 먼저 b 화일을 푸쉬하였다. 푸쉬가 가능한가?
1 point
True. 같은 화일이 수정된게 아니므로 push가 가능하다.
False. 같은 화일이 아니더라도 변경된 내용을 pull해서 가져오기전까지는 push할수 없다.
Clear selection
Submit
Clear form
Forms
This content is neither created nor endorsed by Google.
Report Abuse
Terms of Service
Privacy Policy
Help and feedback
Contact form owner
Help Forms improve
Report