We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96b56fe commit 9b3a26cCopy full SHA for 9b3a26c
pages/common/git-fetch.md
@@ -26,3 +26,8 @@
26
- Deepen current shallow branch by 2 commits:
27
28
`git fetch --deepen 2`
29
+
30
+- Update a branch (equivalent to `git pull`) without checking it out:
31
32
+`git fetch {{origin}} {{main}}:{{main}}`
33
0 commit comments