Skip to content

Commit 15edb80

Browse files
author
Seth Woodworth
committed
adds better default option for git-fetch
1 parent 1fa146e commit 15edb80

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pages/common/git-fetch.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
> Download objects and refs from a remote repository
44
5+
- Fetch new branches and update remote-tracking branches
6+
7+
`git fetch {{remote_name}}`
8+
59
- Fetch the latest changes from all remote git servers
610

711
`git fetch --all`

0 commit comments

Comments
 (0)