You will understand the Git commands used in practice and be able to use them in a CLI environment.
Getting started with Git
Git Commands (CLI Environment)
Sharing code using GitHub
- Git is used by companies such as Naver, Line, Kakao, Woowa Brothers, and Coupang.
- Git is practically used as a standard in IT service companies!
- You need to be able to handle Git properly to be able to collaborate smoothly in the field.
- This is a practical lecture on Git by a developer from Kakao.
Q. I have never used Git before. Is it okay to take the course?
A. Yes. It is also good for those who have basic Git knowledge or have experience using Git.
Q. What program do you use in this course?
A. Of course, I use Git. For reference, my computer environment is Mac OS + iTerm + GitHub . Even if you use Windows or another terminal, you will have no difficulty taking the lecture.
Q. Do you learn a GUI environment like SourceTree?
A. No, learning will proceed using only the CLI environment. While it is important to be good at using GUI tools, I think it is also very important to learn the basics by using actual Git commands.
Q. Are there any special advantages to this course?
A. I will provide you with the content I have experienced while working at IT companies such as Kakao. I have compiled the experiences I have had and the convenient functions. After taking this course, you will feel confident in collaborating with Git in IT companies.
Who is this course right for?
Developers who are new to Git
Developers who want to learn Git from scratch
Developers who want to work using Git commands (CLI environment)
Need to know before starting?
basic linux commands
Basic vi editor commands
456
Students
47
Reviews
30
Answers
4.7
Rating
1
Course
대기업SI, 메신저 서비스 K사, L사를 거쳐 현재는 스타트업에서 Software Engineer로 일하고 있습니다.
Kotlin/Java, Spring, JPA를 활용한 Backend 개발을 주로 하고 있습니다.
OOP, TDD, Refactoring, Clean Code & Architecture, MSA 등에 관심이 있습니다.
IT로 세상을 조금 더 밝게 만들고 싶습니다.
✍️ Blog: https://countryxide.tistory.com
💾 GitHub: https://github.com/HwangNara
🧚♂️ LinkedIn: https://www.linkedin.com/in/nara-hwang-192460135
All
28 lectures ∙ (2hr 38min)
Git Lifecycle
04:08
status (st)
04:04
log (lg)
01:06
add
04:21
commit (ci)
06:26
branch (br)
03:01
branch strategy
07:52
checkout (co)
02:12
checkout TIP
04:23
push
07:50
push confirmation
01:44
pull, fetch
05:01
pull & push practice
18:12