diff --git a/content/cheat-sheet/_index.html b/content/cheat-sheet/_index.html index 9703b99adf..44abec77e7 100644 --- a/content/cheat-sheet/_index.html +++ b/content/cheat-sheet/_index.html @@ -731,10 +731,6 @@

Fetch changes and then merge them into your current branch:

OR git pull -
-

Fetch all branches:

- git fetch --all -