Inflearn brand logo image
Inflearn brand logo image
Inflearn brand logo image
BEST
Programming

/

Programming Tool/Software

Git & GitHub, Step by Step from the Fundamentals - Essential Git [Complete Edition]

Learn step-by-step from the principles and solve all errors yourself.

(4.9) 56 reviews

534 learners

  • geubon
깃헙
Git
GitHub

Reviews from Early Learners

What you will learn!

  • Learn Git's basic commands and working principles with pictures.

  • Learn the principles of how Conflict arises, and easily resolve all Conflicts.

  • Learn perfect real-world responses.

  • Learn how to skillfully collaborate with colleagues using GitHub.

  • Learn thoroughly not only how to collaborate with Git flow, but also its necessity.

Step by step from the principle


From the basics to the principles, all at once.

Git vs GitHub

💻 Git

Git is a program that manages the version of code. Just like creating SAVE points in a game, you can create SAVE points in your code through Git and roll back to a desired point in time . In addition, it helps multiple colleagues work on a project at the same time by utilizing a powerful function called 'branch'.

🌐 GitHub

First, we need to point out that Git and GitHub are completely different concepts. Just as baseball and soccer are different, Git and GitHub are different. Git is a version control tool, and GitHub is a place to store those versions. That's why GitHub is often compared to Google Drive or Dropbox .

Learn Git & GitHub properly at once.

Everyone will agree that Git is important. No matter what we make, we will always use Git. Therefore, you should know Git well . If you simply memorize commands like a machine, you will end up wandering around looking for blogs. Learn from the basics to the principles at once. I can say with certainty that after taking the 'Fundamental Git' course, you will be able to solve 99% of errors on your own.

Lecture Structure

📌 Section 1: Understanding the Basics of Git and GitHub
Learn the basic concepts of Git and GitHub and find out how Git manages versions.


💻 Section 2: Installing and Configuring Git
Learn how to install Git and set up the basic environment to get ready to use Git.


📝 Section 3: Basic Commands and State Management
Learn the key commands for creating versions and dive deeper into what happens inside Git.


📂 Section 4: Repository Status
Git manages versions through three repositories. Learn the commands to check the status of each repository and how they work.


🎯 Section 5: HEAD
Learn the concept of HEAD, which allows you to revert code to any point in time, and learn the relative location of HEAD and how to deal with it.


🌿 Section 6: Branches
Learn how to collaborate with colleagues using branches, and learn how to skillfully handle the internal structure of branches.


🔗 Section 7: Merge
Learn how to merge work from other branches into your own branch and how to resolve conflict errors that may occur during the merge process.


Section 8: Things to keep in mind when dealing with branches
Branching is a powerful feature, but it can be tricky. Learn how to avoid mistakes and use it effectively when working with branches.


🔄 Section 9: Rebase
Learn the essential rebase features for advanced developers, and learn how to clean up branches and resolve conflict errors.


Section 10: Reset vs Revert
Learn the difference and usage of the reset and revert commands, which return code to a desired point in time, and learn the operating principles of each command in detail so you can choose the right one for the situation.


📤 Section 11: Uploading and Downloading Code (GitHub)
Learn how to upload and download code to a remote server, the principles of the process, and gain a deeper understanding of the interaction between GitHub and Git.


🤝 Section 12: Collaborating (Git Flow)
Learn how to collaborate effectively with your colleagues using core Git Flow strategies in collaboration. This section focuses on the core elements of collaboration.


🚀 Section 13: Remote Advanced
Learn in detail about remote-related features and principles for advanced developers, and learn advanced remote management methods required in practice.


📂 Section 14: File Management
Learn how to manage versions when deleting or renaming files. You will also learn how to exclude specific files from version control using the gitignore file and the principles behind it, so you can respond skillfully to various error situations.


📝 Section 15: Changing Commit History
Learn how to change commit history to organize your project's version history in a more attractive way. Beyond simple methodologies, we delve deep into the principles through easy analogies.


Target audience

I already know Git.

I've taken a Git class at least once, but

I'm still confused.

Git beginner.

Learn it properly the first time,

While wandering around YouTube and blogs

I don't want to waste time.

With so many Git tutorials out there, why was Git created?

As a programming instructor, I realized one thing. Many students only memorize Git commands and do not properly understand how they work . As a result, I often encountered situations where they could not handle Git efficiently and could not even solve simple errors . It was heartbreaking to see students wandering around blogs for over an hour for problems that could be solved with just 10 minutes of proper study.


At that moment, I decided.

"I need to properly teach my students how Git works!"


After half a year of research, I developed a diagram that makes it easy to understand how Git works in just 10 minutes , and made it into teaching material.


"Is this picture really easy to understand?"
"Can all cases be adequately explained?"
"Can we solve the errors students face?"


As I answered these questions, I revised and revised the drawing. After drawing so many drawings that the iPad's note-taking app slowed down, I was finally able to complete the final drawing , which was clear and easy to understand.


After that, when I taught Git with that picture, the students' reactions were truly amazing.


💬 "I've taken Git classes many times, but this is the one hour I learned the most!"
💬 "This is the most understandable explanation of Git I've ever heard. Seriously."
💬 "Ah, now I get it!"


It was very rewarding to see my students become proficient at using Git in just one hour.


Have you taken a Git course but are still confused?
Are you feeling frustrated because you have difficulty troubleshooting errors?
Are you wasting your time searching for solutions on blogs?


If so, you've come to the right place. 👏


If you take this course, your worries about Git will completely disappear . I am 100% sure . If you do not see the expected results, I will give you a full refund .

Differentiating features of the basic flag

🚀 The fundamentals are not simply a lecture that organizes concepts!

  • Fundamental Git is a lecture that explains all cases that occur in Git with one principle in 20 minutes .
    By quickly learning the core of Git, you can solve 99% of errors . No, you won't even have a chance to encounter errors.



📚 No more worries about Git with this one lecture!

  • One basic tutorial is all you need. Master everything from simple commands to how to collaborate with colleagues in one lesson .

🖼 Easy-to-follow exercises

  • It's much easier to follow because the command execution results are shown in a picture !



👁 Easy and intuitive learning

  • 75% of our brain is specialized for processing visual information. 90% of the lecture materials of the fundamentals are composed of pictures, making it easier to understand!


📖 Provides 1700P worth of rich lecture materials

  • It contains 1700 pages of lecture materials that explain the working principles of Git in detail step by step. It is designed so that you can understand each page in 5 seconds , and 90% of it is made up of pictures, so you can easily and quickly understand complex concepts. In addition, it is organized by episode so that you can quickly find the content you want !


💬 Active community operation

  • Have a question about Git? Don't wait, ask and get answers right away !

After class

You can fix 99% of Git errors yourself.
💪 You will be able to use Git as proficiently as your team leader .

Things to note before taking the class

  • Course materials are provided in PDF format.

  • The course is based on Mac, but Windows users can follow along without difficulty.

  • The lecture will be conducted based on the CLI (Command Line Interface) .

  • No separate player knowledge is required.

  • The course content was reviewed on January 10, 2025 to match the latest versions of Git and GitHub.


Recommended for
these people

Who is this course right for?

  • For those who learned git but are still confused.

  • A git beginner who wants to learn git properly the first time and doesn't want to waste time wandering through YouTube or blogs.

Need to know before starting?

  • No prior knowledge is required.

Hello
This is

1,136

Learners

101

Reviews

41

Answers

4.9

Rating

2

Courses

저는 대학생시절 친구와 함께 창업하는 과정에서, 개발에 처음 입문하였습니다.

그때는 프로그래밍을 혼자서 공부하다보니, 어려움을 많이겪었습니다.
어디서부터 공부해야 할지 몰랐고,
어느 정도로 깊게 공부해야 할지도 몰랐습니다.
그래도 맨땅에 해딩하듯(?), 4년간은 개발에만 몰두했네요.

돌이켜보면,
의미있는 시간이기도 했지만 아쉬움도 많이 남습니다.
누군가 옆에서 공부하는 방법을 제대로 알려주었다면,
시간을 훨씬 더 효율적으로 쓸 수 있겠다는 아쉬움말입니다.

개인적인 의견으로는,
개발을 처음 시작할 때는 여러 분야를 얕게 공부하는게 중요하다고 봅니다.
한 번 경험해보는거죠.

그 이후라면 깊게 공부해야 합니다.
다시 말해, 원리를 제대로 알아야 한다는 내용입니다.
원리를 모르면, 다양한 사례에 대응하기 힘들기 때문이에요.

하지만 원리는 어려워요.
원리를 공부한다고 생각하면 시작부터 부담스럽습니다.

그러나 저와 함께라면 그런 걱정은 하지 않으셔도 됩니다.
과거의 저에게 알려준다는 마음으로 강의를 준비했습니다.
모든 원리를 그림으로 쉽게 표현했고.
빠른 시간 안에 제대로 배우실 수 있도록 수업을 만들었습니다.

여러분의 시간이 소중한 만큼, 강의 하나 하나에 정성을 다했습니다.
강의 자료의 그림이 이해하기 쉬운가.
원리를 설명하는 그림이 모든 사례를 대변하는가.
이 내용이 더 나은 개발자로 성장하는데 꼭 필요한 내용인가를 고민하며,
엑기스를 짜내듯 강의를 만들었습니다.

여러분의 성장을 응원하며,
저의 작은 손길 하나가 여러분께 도움이 되었으면 합니다.

감사합니다.

Curriculum

All

48 lectures ∙ (8hr 9min)

Course Materials:

Lecture resources
Published: 
Last updated: 

Reviews

All

56 reviews

4.9

56 reviews

  • juhylee님의 프로필 이미지
    juhylee

    Reviews 1

    Average Rating 5.0

    5

    98% enrolled

    미쳤다. 찢었다. 이보다 명쾌할 수 없다.

    • geek
      Instructor

      안녕하세요, juhylee 님 :) 수강평 진심으로 감사드립니다. juhylee님의 말씀 덕분에, 강의를 만들 때 느꼈던 수고로움이 모두 보상받는거 같아요. 진심으로 감사드립니다. 좋은 강의 만들 수 있도록 항상 노력하겠습니다!

  • shinyeoneui님의 프로필 이미지
    shinyeoneui

    Reviews 2

    Average Rating 5.0

    5

    35% enrolled

    인프런에서 깃에 관해 몇가지 강의를 구입하여 수강하였으나, 강의가 진행될수록 이해가 되지않아 이 강의를 또 다시 구매하게 되었습니다. 부끄럽지만 그동안은 기계적으로 git add 와 git commit을 입력해왔지 왜 그과정들이 필요한지 알지 못했습니다. 하지만 이 강의를 통해 깃의 원리에 대해 이해할수 있었습니다. 많은 도움이 되었습니다. 감사합니다.

    • geek
      Instructor

      안녕하세요, shinyeoneui 님! 제 강의가 도움을 드릴 수 있어, 저 또한 기분이 너무 좋네요 ㅎㅎ 좋은 말씀 너무나 감사드립니다. 나중에라도 깃을 다루시다가 궁금한 점이 생기면, 언제든 연락주세요! 🥰

  • Seunggu Kang님의 프로필 이미지
    Seunggu Kang

    Reviews 2

    Average Rating 5.0

    5

    100% enrolled

    진짜 취업 전 필수 강의입니다. 실무에 도움 될 만한 것들 다 다룹니다. 직관적인 그림 설명 때문에 강의 신청했지만, 그보다 앞서 핵심적이고 기본적인 내용이지만 잘 다뤄지지 않던 내용들이 깃을 이해하는데 가장 큰 도움이 되었습니다.

    • geek
      Instructor

      헉.. 취업 전 필수 강의..! 너무 좋은 말씀 감사합니다!! (사실.. 저도 그렇게 생각합니다 ㅎㅎ) 항상 응원합니다, Seunggu Kang 님! 화이팅!

  • 별다방님의 프로필 이미지
    별다방

    Reviews 13

    Average Rating 4.5

    5

    85% enrolled

    수강평을 남기고 싶다고 생각한 강의는 이 강의가 처음입니다. 실무에서 깃을 사용하게 되었고 혼자 공부하기 벅차 이 강의를 선택했습니다. 내부적 구조를 그림으로 설명하는 등 정말정말 만족스러운 강의네요. 강사님의 다른 강의가 나온다면 고민하지 않고 선택해서 수강할 것 같습니다. 좋은 강의 만들어주셔서 감사합니다.

    • geek
      Instructor

      안녕하세요, 별다방님 :) 너무나도 좋은 말씀 감사합니다. 🥺 실무에 도움을 드릴 수 있어 너무나 기쁘고, 그 무엇보다도 큰 보람을 느낍니다. 별다방님의 개발자 여정에서 저는 아주 작은 부분이지만, 도움이 될 수 있도록 최선을 다하겠습니다. (강의지만...) 예술 작품을 만든다는 고집탓에.. 8시간 분량의 짧디 짧은 강의를 꽤나 오랜 기간 만들었습니다. 앞으로도 시간이 조금 걸리더라도, 이러한 마음가짐 그대로 제대로 만들겠습니다. 끝으로, 근본깃을 수강해주셔서 너무나도 감사드리며 완강을 진심으로 축하드립니다. 🎉

  • dev님의 프로필 이미지
    dev

    Reviews 2

    Average Rating 4.0

    5

    79% enrolled

    지금까지 들었던 강의 중 최고의 강의

    • geek
      Instructor

      안녕하세요, dev님 :) 헉.. 극찬.. 감사합니다! 항상 좋은 강의 만들도록 노력하겠습니다. 새해 복 많이 받으세요 🥰

$42.90

geubon's other courses

Check out other courses by the instructor!

Similar courses

Explore other courses in the same field!