Git Plumbing vs Porcelain

Опубликовано: 26 Ноябрь 2023
на канале: Cameron McKenzie
238
9

Have you heart the terms Git plumbing and Git Porcelain?

Ever wondered what the different between Git porcelain vs plumbing was?

For the most part, the porcelain is the most commonly used Git files such as:

- git init
- git add
- git commit
- git revert
- git merge
- git rebase
- git reset

That's the Git porcelain, and you won't get your hands too dirty when you touch it.

The Git plumbing? That's typically the config stuff in the hidden .git folder, including things like:

- Refspec
-Packfiles
- The HEAD Pointer
- Git References
- Remote References
- Transfer Protocols
- Garbage Collector
- Recovery files
- Tree Objects
- Environment variables

Hopefully you don't have to get your hands dirty with the Git plumbing too often. It's nice to stick with the Git porcelain.

But at the same time, plumbers do make a lot of money!


Смотрите видео Git Plumbing vs Porcelain онлайн, длительностью часов минут секунд в хорошем качестве, которое загружено на канал Cameron McKenzie 26 Ноябрь 2023. Делитесь ссылкой на видео в социальных сетях, чтобы ваши подписчики и друзья так же посмотрели это видео. Данный видеоклип посмотрели 238 раз и оно понравилось 9 посетителям.