Top "Pull" questions

In distributed version control, pull or fetch is the action of transferring remote changes into a local repository.

Git - Fixing conflict between master and feature branch before pull request

I have to make a pull request to a repo. I clone the project and it has only one branch : …

git github branch pull
Git - Automatically fast forward all tracking branches on pull

I've set up tracking branches with the --track option, and when I do a git pull on master, it fetches …

git branch pull
smartgit delete commit and return to previous commit

By mistake i have made a commit that now i want to delete from the history log and return to …

git pull git-checkout smartgit
How to resolve git pull conflicts in xcode ui

I am using the Xcode repository GUI with the latest version of Xcode instead of the command line. I did …

xcode git pull git-pull
Git pull - deleted files

I have a development server and a couple of production ones. I do commits from the dev to a remote …

git repository pull
how to make pull requests *without* a github account?

One of the goals of git is to be decentralized. If Github is to be the ... hub of git, then …

github dvcs pull pull-request
"tag latest not found" on docker pull with private registry

I'm having troubles pulling images pushed to a private registry and get: Tag latest not found in repository I'm using …

tags registry docker pull
Xcode says "Uncommitted Changes" Whenever I try to git pull or push

I am using git in my projects, whenever I try to pull from Xcode I get "Uncommitted Changes" and it …

xcode git gitignore pull
Push from one repo to another - Git

I have a repo on my local computer. I want to develop and make changes in a branch on my …

git push remote-server pull
How can I push/pull an individual changeset between repositories in Mercurial?

I have the following situation: I have site A, which has it's Mercurial repo, and we've been developing it for …

mercurial push pull repository changeset