From 49600043b747b943e1107201e335e1493468d856 Mon Sep 17 00:00:00 2001 From: fernans728 <98556788+fernans728@users.noreply.github.com> Date: Thu, 13 Oct 2022 14:58:07 -0400 Subject: [PATCH] Update github.md --- faq/github.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/faq/github.md b/faq/github.md index 103e18b..6c2251c 100644 --- a/faq/github.md +++ b/faq/github.md @@ -30,8 +30,12 @@ git pull You'll probably have to [resolve a merge conflict](https://docs.github.com/en/github/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-using-the-command-line) ```` +## What is the difference between porcelain and plumbing commands? +````{toggle} +Porcelain commands are high level commands (add, commit, push) while plumbing commands are low-level (hash-obejct, send-pack). Porcelain are used more often because they are often easier to use unless there is a specific need to use a plumbing command. +```` ## My command line says I cannot use a password