Creating a Git commit: The Hard Way

Here, we've used Git high-level commands (also known as Porcelain commands) like git add, and git commit. However, there is another group of Git commands, known as Plumbing commands, that handle the low-level operations.In this blog post, we want to create a Git commit using these low-level operations, and not the git commit command.Before diving into low-level commands and crafting a Git commit, we need to understand a few Git basics. Let's start with the states of a file in Git.


Creating a Git commit: The Hard Way #ruby #rubydeveloper #rubyonrails https://rubyonrails.ba/single/creating-a-git-commit-the-hard-way

Nezir Zahirovic

Contractor Ruby On Rails (8+ years) / MCPD .Net / C# / Asp.Net / CSS / SQL / (11 years)

related articles