Skip to content

Commit 55c9638

Browse files
committed
Make important fix in FAQ about git fetch
After my final commit and merge in mkiocccentry pre-release a pull did not get the tag. I had to do: git fetch --all --tags instead. So to make sure everyone has the correct tag I have added this to the FAQ (replacing the 'git fetch' by itself). Regenerated faq.html.
1 parent 233e5e9 commit 55c9638

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

faq.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -676,7 +676,7 @@ <h4 id="q-0.1.2-how-do-i-obtain-the-latest-mkiocccentry-toolkit">Q 0.1.2: How do
676676
cd mkiocccentry</code></pre>
677677
<p>If you already have an mkiocccentry tool directory:</p>
678678
<pre><code> cd mkiocccentry
679-
git fetch
679+
git fetch --all --tags
680680
git rebase</code></pre>
681681
<p>Jump to: <a href="#">top</a></p>
682682
<div id="compiling_mkiocccentry">

faq.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ If you already have an mkiocccentry tool directory:
278278

279279
``` <!---sh-->
280280
cd mkiocccentry
281-
git fetch
281+
git fetch --all --tags
282282
git rebase
283283
```
284284

0 commit comments

Comments
 (0)