Commit edb79a3
authored
Removing git fetch --all (#2083)
## Changes
- Original change: ```git fetch --all``` fetches all remotes. The cheat
sheet stated that it's fetching all branches.
- Updated change: Remove the entry altogether since it's rarely used and
therefore might not be well placed in a cheat sheet.
## Context
A colleague of mine pointed out, that ```git fetch --all``` doesn't
fetch all branches but all remotes.
```git fetch --help``` confirms that.
After discussing in the PR I now suggest to remove it with an updated change.1 file changed
+0
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
735 | 735 | | |
736 | 736 | | |
737 | 737 | | |
738 | | - | |
739 | | - | |
740 | | - | |
741 | | - | |
742 | 738 | | |
743 | 739 | | |
744 | 740 | | |
| |||
0 commit comments