Skip to content

Commit 9e7b9f4

Browse files
committed
Merge pull request #368 from igorshubovych/git-pull
git-pull: add page
2 parents b9a4f6f + 777e96e commit 9e7b9f4

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

pages/common/git-pull.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# git pull
2+
3+
> Fetch branch from a remote repository and merge it to local repository
4+
5+
- Download changes from default remote repository and merge it
6+
7+
`git pull`
8+
9+
- Download changes from given remote repository and branch, then merge them into HEAD
10+
11+
`git pull {{remote_name}} {{branch}}`

0 commit comments

Comments
 (0)