Git
Chapters ▾ 2nd Edition

A3.12 Ek bölüm C: Git Commands - Plumbing Commands

Plumbing Commands

There were also quite a number of lower level plumbing commands that we encountered in the book.

The first one we encounter is ls-remote in Birleştirme İsteği Referansları which we use to look at the raw references on the server.

We use ls-files in Manuel Olarak Yeniden Birleştirme, Rerere and İndeks (Dizin) to take a more raw look at what your staging area looks like.

We also mention rev-parse in Dal Referansları to take just about any string and turn it into an object SHA-1.

However, most of the low level plumbing commands we cover are in Git Internals, which is more or less what the chapter is focused on. We tried to avoid use of them throughout most of the rest of the book.

scroll-to-top