Skip to content

Commit a08d133

Browse files
authored
Corrected the explanation for git fetch --all
1 parent dd69df8 commit a08d133

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/cheat-sheet/_index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -732,7 +732,7 @@ <h3>Fetch changes and then merge them into your current branch:</h3>
732732
<code>git pull</code>
733733
</div>
734734
<div class="item">
735-
<h3>Fetch all branches:</h3>
735+
<h3>Fetch all remotes:</h3>
736736
<code>git fetch --all</code>
737737
</div>
738738
</section>

0 commit comments

Comments
 (0)