Lines Matching full:pull
51 git pull origin
86 git pull origin
140 If you try to do a pull by just saying<code> git pull </code>
147 Otherwise, you have to say<code> git pull origin master </code>
148 each time you do a pull.
163 git pull
177 you did your last pull. Even if your changes do not conflict with
180 where you did your last pull and merging it to a point after the other changes.
185 git pull --rebase