diff --git a/pages/common/git-pull.md b/pages/common/git-pull.md index 49a69948ef..0bd1d54e4d 100644 --- a/pages/common/git-pull.md +++ b/pages/common/git-pull.md @@ -6,6 +6,10 @@ `git pull` +- Download changes from default remote repository and use fast forward + +`git pull --rebase` + - Download changes from given remote repository and branch, then merge them into HEAD `git pull {{remote_name}} {{branch}}`