Skip to content

Commit

Permalink
docs(getting-started): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
khizarrm authored and MFarabi619 committed Dec 14, 2024
1 parent 09be5cf commit f0615f2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ You'll be able to unlock the full power of Git without having to memorize all th
<Accordion title="What's a Git Porcelain?">
In strict Git terminology, "porcelain" commands are high-level, user-friendly commands designed for everyday Git operations, such as `git commit`, `git merge`, and `git pull`. These are wrappers for low-level "plumbing" commands, that handle the internal data structures of Git, intended for scripting and advanced manipulation.

In this context, we mean tools such as [these](https://git-scm.com/downloads/guis) we say "porcelain".
In this context, we mean tools such as [these](https://git-scm.com/downloads/guis) when we say "porcelain".

Porcelain commands simplify Git interaction by abstracting the complexities, making them ideal for regular use by developers.

Expand Down

0 comments on commit f0615f2

Please sign in to comment.