Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Gregory Mounie
formation-git
Commits
7365612b
Commit
7365612b
authored
May 01, 2021
by
Grégory Mounié
Browse files
typo
oublis des prompts dans les script console minted
parent
a6abf78f
Changes
1
Hide whitespace changes
Inline
Side-by-side
MOSIG_AdvancedBasic2h/git-model-computer-lab.tex
View file @
7365612b
...
...
@@ -223,7 +223,7 @@ A new \texttt{pack} file (and \texttt{.idx}) is now present in the
contents with delta. The following command allow to display the table
of content of the pack:
\begin{minted}
{
console
}
git verify-pack -v .git/objects/pack/pack-0618531a948d3537443496da7765fb4d0b4fb74f
$
git verify
-
pack
-
v .git
/
objects
/
pack
/
pack
-
0618531
a
948
d
3537443496
da
7765
fb
4
d
0
b
4
fb
74
f
\end
{
minted
}
The pack contains the last value of the file and the delta to come
...
...
@@ -243,7 +243,7 @@ $ git tag v0.1
A new file appears in the
\texttt
{
.git/refs/tags
}
. Its content should
be the same as the current HEAD:
\begin{minted}
{
console
}
cat .git
/
refs
/
tags
/
v
0
.
1
$
cat .git
/
refs
/
tags
/
v
0
.
1
\end
{
minted
}
Now, move forward the
\texttt
{
master
}
branch:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment