Questions tagged [pull]

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

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

Examples:

970 questions
0
votes
3 answers

git repository in local machine to access from laptop

I would like to have the following setup to work with git: for a given project I would like to have my "origin" repository in a directory of my desktop computer at work ($desktop). Then I would like to be able to access, pull and push from this…
daviddesancho
  • 427
  • 1
  • 7
  • 20
0
votes
2 answers

Pull multiple Git repositories with EGit on Eclipse at once

I have cloned ~60 git repositories and I would like to update the most of them with git pull through EGit. Not all, because some of them have uncommited or unstaged changes. My first try was to select two repos in EGit (Git Repository Exploring…
Max
  • 904
  • 8
  • 15
0
votes
2 answers

How do I grab figures from a url and place them in my page?

http://www.bloomberg.com/markets/ has several figures that I would like to display on my html page. If I just have a div and say I want it to display how much percent some financial market has changed, how to I get the div to display whatever figure…
user852974
  • 2,242
  • 10
  • 41
  • 65
0
votes
1 answer

mongodb $pull not working php

I have this object in my db. Array( [_id] => MongoId Object ( [$id] => 4fcdb3b8749d786c03000002 ) [email] => foo@bar.com [folder] => Array ( [root] => Array ( [feeds] => Array …
Arash
  • 3
  • 2
0
votes
1 answer

git public issue - ubuntu users

I have 2 users for my server call them superuser and editor superuser has access to everything can sudo etc. When I try and pull from github I get Permission denied (publickey). Now when I chown all the files to editor I can pull the files unless…
LeBlaireau
  • 17,133
  • 33
  • 112
  • 192
0
votes
1 answer

Git pushing failure

I am really new to git. We are some to work on a project. I pulled the first time the git on week ago. Then numbers of modifications have been made since. I then tried to commit and push some modification, here's the message I got : error: failed…
epsilones
  • 11,279
  • 21
  • 61
  • 85
-1
votes
1 answer

How to merge the changes from one branch to another branch in git

I have created two branches from master branch. I have made some changes in the second branch. I am trying to pull the changes from second branch2 to first branch. I do not know how to merge the changes from second branch to first branch. So, How to…
EMahan K
  • 417
  • 1
  • 19
-1
votes
1 answer

How to errase an object in an arrary?

I need to erase an especific object inside a collection in an arrary, I want to use the method $pull or the .pull but its'n working right now I use the method $pull but is not working!
Kmilo
  • 1
-1
votes
1 answer

Merge branches and Fix conflicts

I have two branches I wanna merge them into each other but the problem is that one of them stopped taking any update from the other months ago. So, when I try to merge them I get a large number of complicated conflicts. Is there any solution to…
-1
votes
2 answers

How to differentiate between files that need to be pulled in Git, and files that are committed locally and ready to be pushed

How do I determine which files in my local repository are committed and ready to be pushed, and which files have been pushed by someone else in the meantime and need to be pulled, once you've already done a 'git fetch'? For example: git…
-1
votes
1 answer

docker-compose Windows Powershell tags

I'm new with docker-compose through PowerShell, I'm trying to do a pull specifying TAGS, but I don't know the correct syntax to do it. This is a simple line that I'm trying to run. 1_TAG=test TAG=develop docker-compose -f docker-compose.yml pull It…
Diego Laurora
  • 79
  • 1
  • 10
-1
votes
1 answer

Gihub error occuring when i am push or pull my code via vscode

The error occurs when i am push or pull my code in github and the error says this - fatal: unable to access 'https://github.com///': Could not resolve host: github.com how can we solve this error ??
-1
votes
2 answers

No pull possibility in DevOps plugin Visual studio

Does anyone know if the pull problem shown below can be solved by a setting? Or is it a bug? I can't pull anymore.
Roel Alblas
  • 165
  • 1
  • 10
-1
votes
1 answer

can't pull from another remote after reverting merge from wrong branch

I don't want to duplicate, but I don't see any questions/answers that exactly fit my situation. So our team has to work with another team. I thought I was supposed to merge a feature branch of theirs into our release branch. Turns out it wasn't the…
icartus
  • 9
  • 2
-1
votes
1 answer

How to resolve Xcode pull conflict with json file

Im trying to pull master data changes to my current branch in Xcode. But there is a json file difference which I am not able to resolve and Xcode has no options to select left or right during json file comparison. How to resolve the conflict and…
ManasR
  • 23
  • 1
  • 8