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

    It's crazy. It's awesome. It couldn't be clearer.

    • geubon
      Instructor

      Hello, juhylee :) Thank you so much for your review. Thanks to your words, juhylee, I feel like all the hard work I put into making the lecture has been rewarded. Thank you so much. I will always try to make good lectures!

  • shinyeoneui3715님의 프로필 이미지
    shinyeoneui3715

    Reviews 2

    Average Rating 5.0

    5

    35% enrolled

    I purchased and took several lectures on Git from Inflearn, but as the lectures progressed, I couldn't understand them, so I purchased this lecture again. I'm embarrassed to say that until now, I've been mechanically typing git add and git commit without knowing why those processes are necessary. However, through this lecture, I was able to understand the principles of Git. It was very helpful. Thank you.

    • geubon
      Instructor

      Hello, shinyeoneui! I'm so happy that my lecture was helpful 😊😊 Thank you so much for your kind words. If you have any questions about Git in the future, please feel free to contact me! 🥰

  • ksg님의 프로필 이미지
    ksg

    Reviews 2

    Average Rating 5.0

    5

    100% enrolled

    This is a really essential class before you start working. It covers everything that will be helpful in the workplace. I signed up for the class because of the intuitive illustrations, but the most helpful thing was the core and basic content that is often not covered well, but is essential to understanding the subject.

    • geubon
      Instructor

      Wow.. a must-take class before getting a job..! Thank you for the great advice!! (Actually.. I think so too 😊😊) Always rooting for you, Seunggu Kang! Fighting!

  • dengo님의 프로필 이미지
    dengo

    Reviews 13

    Average Rating 4.5

    5

    85% enrolled

    This is the first lecture I've ever thought of leaving a review for. I ended up using Git in my work, and it was difficult to study alone, so I chose this lecture. It's a really, really satisfying lecture, with pictures explaining the internal structure. If the instructor's other lectures come out, I think I'll choose them without hesitation and take them. Thank you for creating such a great lecture.

    • geubon
      Instructor

      Hello, 별다방님 :) Thank you so much for your kind words. 🥺 I'm so happy to be able to help you in your work, and more than anything, it's a great reward. I'm a very small part of 별다방님's developer journey, but I'll do my best to be of help. (It's just a lecture...) Because of my persistence in creating a work of art.. It took me quite a long time to create this short, 8-hour lecture. In the future, even if it takes a little more time, I'll make it properly with this mindset. Lastly, Thank you so much for taking the fundamental Git class, and I sincerely congratulate you on completing it. 🎉

  • dev8653님의 프로필 이미지
    dev8653

    Reviews 2

    Average Rating 4.0

    5

    79% enrolled

    The best lecture I've ever heard

    • geubon
      Instructor

      Hello, dev :) Wow.. high praise.. thank you! I will always try to make good lectures. Have a happy new year 🥰

$42.90

geubon's other courses

Check out other courses by the instructor!

Similar courses

Explore other courses in the same field!