강의

멘토링

커뮤니티

Inflearn Community Q&A

vampard0314's profile image
vampard0314

asked

Getting started with Git and GitHub

Bonus: Revert a commit with revert

강사님 질문이 있습니다.

Written on

·

321

0

강의 잘들었습니다.

git의 명령어를 사용하려면 sourcetree만 설치하면 되는게 아니라 별도로 git을 설치해줘야 하나요? sourcetree 설치하면서 git이 설치되었는줄 알았는데, 명령어가 안되네요.

git버전관리시스템

Answer 1

0

honux님의 프로필 이미지
honux
Instructor

소스트리에서 터미널 버튼을 누르면 나오는 터미널에서는 git이 되는데 기본 터미널에서는 안 될 수도 있습니다.

이럴 경우 git-scm.com에서 설치하시면 됩니다.

vampard0314's profile image
vampard0314

asked

Ask a question