Top "Pull" questions

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

Discard all and get clean copy of latest revision?

I'm moving a build process to use mercurial and want to get the working directory back to the state of …

mercurial pull
How do I force Kubernetes to re-pull an image?

I have the following replication controller in Kubernetes on GKE: apiVersion: v1 kind: ReplicationController metadata: name: myapp labels: app: myapp …

image pull kubernetes
git pull error :error: remote ref is at but expected

Full message: error: Ref refs/remotes/origin/user is at 3636498c2ea7735fdcedc9af5ab3c8689e6abe77 but expected …

git pull git-pull
How do you attach a new pull request to an existing issue on github?

I'm not sure, but I have a vague memory of creating a github pull request with "Issue 4" or something in …

git github issue-tracking pull pull-request
How can I make my local repository available for git-pull?

I have a working copy repository that I've been working in no problem; the origin for this repository is on …

git pull git-pull working-copy
Pull specific branch from git

I have a repo in bitbucket, and i am using git. So my branches are master develop_one develop_two …

git clone bitbucket pull
Git: How to move back and forth between commits

I have a newbie question about Git: I need to move back and forth in a history of a branch. …

git reset pull git-pull
Delete local Git branches after deleting them on the remote repo

I want to have my local and remote repositories always in sync in terms of branches. After a Pull Request …

git github branch pull repository
How can you git pull only the current branch?

Is there a config way to set this up without having to specify which branch?

git config pull
How can I pull an existing heroku app to new location for development?

I currently have the latest version of my code on another computer that I want to develop from (Home computer …

heroku pull git-pull