Project

Git Internals

Hard
164 completions
~ 23 hours
4.1

You will learn how Git works and try using Kotlin for binary file parsing.

Provided by

JetBrains Academy JetBrains Academy

About

Widely used in industry and education, Git is probably the most popular and convenient source control system today. You only need to know a few Git CLI commands for this project, or you can use Git with the GUI wrapper. You don’t need to know what happens under the hood of Git when everything is working as it should, but if something goes wrong it is very difficult to find a solution without knowing the underlying logic.

Graduate project icon

Graduate project

This project covers the core topics of the Kotlin Developer course, making it sufficiently challenging to be a proud addition to your portfolio.

At least one graduate project is required to complete the course.

What you'll learn

Once you choose a project, we'll provide you with a study plan that includes all the necessary topics from your course to get it built. Here’s what awaits you:
Learn about other Git object types. Detect the object type for a given Git object file.
Learn about commit objects. Start writing your own Git-cat tool. Detect the object type and print out the contents of blobs and commits.
Learn about tree objects. Extend your Git-cat with trees.
Learn about branch representation. Print out the local branches list.
Print out the log for a given branch.
Print out the full file tree for a given commit.

Reviews

Pham Quoc Khanh avatar
Pham Quoc Khanh
6 months ago
I had learnt a lot about how Git actually works under the hood and how to use it when working with others
Dalvir Singh Bains avatar
Dalvir Singh Bains
7 months ago
I've learned about git commands, file handling, string manipulation in kotlin. Most of all, I learned how to remain calm and keep trying to solve a problem and not quitting at all.
Akbar Hamaminatu avatar
Akbar Hamaminatu
8 months ago
I've learned how to effectively use Git and GitHub for version control, including managing local and remote repositories, working with branches, and collaborating through forks and pull requests. I’ve also explored Git’s internal structure, editing commits, and practiced Kotlin development basics us ...

4.1

Learners who completed this project within the Kotlin Developer course rated it as follows:
Usefulness
4.4
Fun
4.1
Clarity
3.9