Top "Pull" questions

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

Git pull a certain branch from GitHub

I have a project with multiple branches. I've been pushing them to GitHub, and now that someone else is working …

git merge branch github pull
git pull from master into the development branch

I have a branch called dmgr2 (development) and I want to pull from the master branch (live site) and incorporate …

git branch pull
How to merge remote master to local branch

I have a local branch of a project ("configUpdate") that I've forked from somebody else's project and I've done a …

git branch pull
Trying to git pull with error: cannot open .git/FETCH_HEAD: Permission denied

Help me please, I am trying to run this in my terminal: asgard@asgard-A7N8X2-0:~/CollegePortal$ git pull …

git github pull
How to pull specific directory with git

I have a project with git, and I just want to clone or pull a specific directory, like myproject/javascript …

git directory pull
How to undo a git pull?

I would like to undo my git pull on account of unwanted commits on the remote origin, but I don't …

git undo pull
Error: Cannot pull with rebase: You have unstaged changes

I have started collaborating with a few friends on a project & they use the heroku git repository. I cloned …

git heroku pull
Does "git fetch --tags" include "git fetch"?

A nice and simple question - is the function of "git fetch" a strict sub-set of git fetch --tags? I.…

git pull git-tag git-fetch
What is the difference between pull and clone in git?

What is the difference between doing (after mkdir repo and cd repo): git init git remote add origin git://github.…

git clone pull
Your configuration specifies to merge with the <branch name> from the remote, but no such ref was fetched.?

I am getting this error for pull: Your configuration specifies to merge with the ref 'refs/heads/feature/Sprint4/ABC-123…

git branch bitbucket tortoisegit pull