Skip to content

Commit 3407864

Browse files
authored
Removed git fetch --all since it's rarly used
1 parent a08d133 commit 3407864

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

content/cheat-sheet/_index.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -731,10 +731,6 @@ <h3>Fetch changes and then merge them into your current branch:</h3>
731731
<span class="or">OR</span>
732732
<code>git pull</code>
733733
</div>
734-
<div class="item">
735-
<h3>Fetch all remotes:</h3>
736-
<code>git fetch --all</code>
737-
</div>
738734
</section>
739735

740736
<section>

0 commit comments

Comments
 (0)