Git & GitHub, Step by Step from the Principles - Fundamental Git

Learn the principles step by step and resolve all errors yourself.

(5.0) 105 reviews

802 learners

Level Beginner

Course period Unlimited

Git
Git
GitHub
GitHub
Git
Git
GitHub
GitHub

Reviews from Early Learners

Reviews from Early Learners

5.0

5.0

juhylee

98% enrolled

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

5.0

shinyeoneui

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.

5.0

Seunggu Kang

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.

What you will gain after the course

  • Learn the basic commands of Git and understand its operating principles through illustrations.

  • Learn the principles of how conflicts occur and resolve all conflicts with ease.

  • Learn how to respond perfectly in real-world situations.

  • Learn how to collaborate skillfully with colleagues using GitHub.

  • Learn not only how to collaborate using Git flow but also the exact reasons why it is necessary.

Step by step from the principles


From basics to principles, all at once.

Git vs GitHubโ“

๐Ÿ’ป Git

Git is a program that manages code versions. Just like creating save points in a game, Git allows you to create save points for your code and return to any point in time you want. Not only that, but it also uses a powerful feature called 'branches' to help multiple colleagues work on a single project simultaneously.

๐ŸŒ GitHub

First, it is important to point out that Git and GitHub are completely different concepts. Just as baseball and soccer are different, Git and GitHub are also different from each other. Git is a tool for version control, and GitHub is a space where those versions can be stored. That is why GitHub is often compared to Google Drive or Dropbox.

Learn Git & GitHub properly, all at once.

Everyone will agree on the importance of Git. No matter what we create, we always end up using Git. Therefore, you must understand Git properly. If you simply memorize commands like a machine, you will eventually end up wandering around searching through blogs. Learn it properly all at once, from the basics to the principles. I can confidently say that after taking 'Fundamental Git,' you will be able to solve 99% of errors on your own.

Curriculum

๐Ÿ“Œ Section 1: Understanding the Basics of Git and GitHub
Clearly learn the basic concepts of Git and GitHub, and discover the principles behind how Git manages versions.

๐Ÿ’ป Section 2: Git Installation and Setup
Learn how to install Git and configure the basic environment to get ready to use Git.

๐Ÿ“ Section 3: Basic Commands and Status Management
Learn the key commands for creating versions and gain a deep understanding of what happens inside Git.

๐Ÿ“‚ Section 4: Repository Status
Git manages versions through three types of storage. Let's 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 a specific point in time, and master how to handle HEAD's relative position.

๐ŸŒฟ Section 6: Branch
Learn how to collaborate with colleagues using branches, and master how to handle them proficiently by understanding their internal structure.

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

โš  Section 8: Precautions When Handling Branches
Branches are a powerful feature, but they can be tricky. Let's learn how to prevent mistakes and use them effectively when handling branches.

๐Ÿ”„ Section 9: Rebase
Learn the Rebase feature, which is essential for advanced developers, and master how to clean up branches and resolve conflict errors.

โช Section 10: Reverting to a Previous State (Reset vs Revert)
Learn the differences and usage of the reset and revert commands to return code to a desired point in time, and understand the underlying principles of each command to choose the right one for any situation.

๐Ÿ“ค Section 11: Uploading and Downloading Code (GitHub)
Learn how to upload and download code to and from a remote server, understand the principles behind the process, and gain a deep understanding of the interaction between GitHub and Git.

๐Ÿค Section 12: Collaborating (Git Flow)
Learn how to collaborate effectively with colleagues through the Git Flow strategy, which is central to teamwork. This section focuses on the core elements of collaboration.

๐Ÿš€ Section 13: Advanced Remote
Learn in detail about remote-related functions and principles for advanced developers, and master advanced remote management methods required in practice.

๐Ÿ“‚ Section 14: File Management
Learn how file deletions and name changes are managed as versions. Additionally, learn how to exclude specific files from version control using the gitignore file and understand the underlying principles, enabling you to respond skillfully to various error situations.

๐Ÿ“ Section 15: Changing Commit History
Learn how to modify commit history to organize your project's version history neatly. Beyond simple methodology, we will dive deep into the principles behind it through easy analogies.

Target Audience

I already know Git.

Git You've taken a course at least once, but

I'm still confused.

Git beginners.

Learn it properly the first time,

Wandering through YouTube or blogs

I don't want to waste my time.

โ“ With so many Git courses out there, why was "Root Git" created?

While working as a programming instructor, I realized one thing. The fact was that many students only memorized Git commands without properly understanding how they work. As a result, they could not handle Git efficiently and frequently encountered situations where they could not even resolve simple errors. It broke my heart to see students wandering through blogs for over an hour over problems that could have been solved with just 10 minutes of proper study.


At that moment, I made up my mind.

"I must teach students the principles of how Git works properly!"


After six months of research, I developed a diagram that makes the working principles of Git easy to understand in just 10 minutes, and I turned it into lecture materials.


"Will this diagram really be easy to understand?"
"Can it sufficiently explain all cases?"
"Will it be able to solve the errors students face?"


As I answered these questions myself, I revised and revised the drawings. After working on them so much that the iPad note-taking app started to lag, I was finally able to complete the clear and easy-to-understand final illustrations.


Afterwards, when I taught Git using those illustrations, the students' reactions were truly amazing.


๐Ÿ’ฌ "I've taken several Git courses, but I learned the most in this one hour!"
๐Ÿ’ฌ "This is the clearest explanation of Git I've ever heard. Seriously."
๐Ÿ’ฌ "Ah, now I get it!"


I felt a great sense of accomplishment seeing my students master Git in just one hour.


Have you taken a Git course but are still confused?
Have you felt frustrated because it's difficult to resolve errors?
Are you wasting time trying to find solutions on blogs?


Then you've come to the right place. ๐Ÿ‘


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

What makes Geunbon-Git different

๐Ÿš€ Fundamental Git is not just a lecture that summarizes concepts!

  • Root Git is a course that explains every case that occurs in Git within 20 minutes using a single principle.
    By quickly mastering the core of Git, you can resolve 99% of errors. In fact, you won't even have the chance to encounter errors.



๐Ÿ“š End your Git worries with this single course!

  • Fundamental Git is truly enough. From simple commands to collaborating with colleagues, master everything in one course.

๐Ÿ–ผ Easy-to-follow practice

  • We show the command execution results through illustrations, making it much easier to follow along!



๐Ÿ‘ Easy and intuitive learning

  • 75% of our brain is specialized for processing visual information. 90% of the lecture materials in Fundamental Git consist of illustrations, making it even easier to understand!


๐Ÿ“– Providing extensive lecture materials equivalent to 1,700 pages

  • It includes 1,700 pages of lecture materials that explain the principles of Git step-by-step in great detail. It is designed so that you can understand each page in just 5 seconds, and since 90% consists of illustrations, even complex concepts can be grasped quickly and easily. Additionally, everything is organized by session so you can quickly find the content you need!


๐Ÿ’ฌ Active community management

  • Do you have any questions about Git? Don't waitโ€”ask right away and get your answers!

After taking the course

โœ… You will be able to solve 99% of Git errors on your own.
๐Ÿ’ช You will be able to use Git as proficiently as a team leader.

Notes before taking the course

  • The course materials are provided in PDF format.

  • The lessons are based on Mac, but Windows users can follow along without any issues.

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

  • No prior knowledge is required.

  • As of January 10, 2025, the course content has been reviewed and updated to reflect the latest versions of Git and GitHub.


Recommended for
these people

Who is this course right for?

  • Those who have learned Git at least once but still find it confusing.

  • Git beginners who want to learn Git properly all at once and don't want to waste time wandering through YouTube or blogs.

Need to know before starting?

  • No prior knowledge is required :)

Hello
This is geek

1,541

Learners

171

Reviews

52

Answers

4.9

Rating

2

Courses

I first entered the world of development while starting a business with a friend during my college years.

Back then, I faced many difficulties because I was studying programming on my own.
I didn't know where to start,
nor did I know how deeply I needed to study.
Still, as if hitting my head against the ground(?), I immersed myself solely in development for four years.

Looking back,
it was a meaningful time, but I also have many regrets.
I regret that if someone had properly taught me how to study,
I could have used my time much more efficiently.

In my personal opinion,
I believe it's important to study various fields shallowly when you first start development.
It's about experiencing it once.

After that, you must study deeply.
In other words, you need to properly understand the principles.
This is because if you don't know the principles, it's hard to respond to various cases.

However, principles are difficult.
Thinking about studying principles feels burdensome from the start.

But with me, you don't have to worry about that.
I prepared this lecture with the mindset of teaching my past self.
I expressed all principles easily through illustrations,
and I created the class so that you can learn properly in a short amount of time.

As your time is precious, I put sincere effort into every single lecture.
Are the illustrations in the lecture materials easy to understand?
Do the illustrations explaining the principles represent all cases?
Is this content absolutely necessary for growing into a better developer?
Contemplating these questions, I created this lecture as if squeezing out the very essence.

I am rooting for your growth,
and I hope my small contribution can be of help to you.

Thank you.

More

Curriculum

All

48 lectures โˆ™ (8hr 9min)

Course Materials:

Lecture resources
Published: 
Last updated: 

Reviews

All

105 reviews

5.0

105 reviews

  • 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! ๐Ÿฅฐ

  • 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 ๐Ÿฅฐ

  • ksg๋‹˜์˜ ํ”„๋กœํ•„ ์ด๋ฏธ์ง€
    ksg

    Reviews 3

    โˆ™

    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!

  • 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!

  • 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. ๐ŸŽ‰

Similar courses

Explore other courses in the same field!

$42.90