formations/presentations/outils/git/_minted-formation_git/8f5c38e32286f2b8d2988aa7c08...

27 lines
876 B
Plaintext

\begin{Verbatim}[commandchars=\\\{\}]
.
└── .git
├── branches
├── config
├── description
├── HEAD
├── hooks
│   ├── applypatch\PYGdefaultZhy{}msg.sample
│   ├── commit\PYGdefaultZhy{}msg.sample
│   ├── post\PYGdefaultZhy{}update.sample
│   ├── pre\PYGdefaultZhy{}applypatch.sample
│   ├── pre\PYGdefaultZhy{}commit.sample
│   ├── prepare\PYGdefaultZhy{}commit\PYGdefaultZhy{}msg.sample
│   ├── pre\PYGdefaultZhy{}push.sample
│   ├── pre\PYGdefaultZhy{}rebase.sample
│   └── update.sample
├── info
│   └── exclude
├── objects
│   ├── info
│   └── pack
└── refs
├── heads
└── tags
\end{Verbatim}