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
1 answer

Pulling data and loop with php

I have a php file that is trying to get information from a XML API using SOAP. The code for pulling data is 1)); try…
Razvan
  • 53
  • 10
0
votes
1 answer

update entire mongo db collection with $pull

I need to pull all the objectids inside the array of each documents, field variables is an array in the collection . db.users.variables.update({},{$pull:{variables:{$in:invalidVariables}}}, {safe:true, multi:true,…
Soorya Prakash
  • 921
  • 3
  • 9
  • 29
0
votes
1 answer

git pull issue with untracked files

This is my scenario. I realised I had a filename in the wrong case on my server. So I changed the filename to the right case and it fixed the problem. On my local machine, I renamed the file in Git and pushed the change. Back on my server, I have…
b85411
  • 9,420
  • 15
  • 65
  • 119
0
votes
1 answer

Need help on Bootstrap Pull Push issue

My first question here. I got headache in using bootstrap pull and push on the website i'm working on. This is what I want to achieve: 1. On large view port: https://i.stack.imgur.com/LtPuP.png 2. On mobile…
0
votes
1 answer

How would I automatically execute a git pull after a commit?

I have a server running Jenkins with a repository setup holding a directory within the server so that when I travel, I can just pull changes on my laptop and push any others. However, when I want to push changes, it does push to GitHub and Jenkins,…
pcook5651
  • 3
  • 1
  • 4
0
votes
1 answer

Vba- retrieve value from multiple internet explorer websites to multiple cells

Issue: I would like to retrieve a particular value (Prev Close) from multiple internet explorer websites and copy them to multiple cells (Column C) automatically. I know how to retrieve value from a single internet explorer websites to a single…
pexpex223
  • 371
  • 4
  • 10
  • 25
0
votes
1 answer

Git manage/merge remote branches from local host

I am working on a project with other developers and a designer. When it comes to style up the project, I can not work on anything else but wait for designer to finish. What I tried to do, and I am half way there, is: I set up a Vhost for designer,…
George Mylonas
  • 704
  • 6
  • 16
0
votes
1 answer

Pull value from Kivy Spinner

We have a spinner in our code and need to assign a value to the selection so we can use it later. GridLayout: cols: 2 Label: font_size: '48sp' text: "[color=000000][sub]Select a sport:[/sub][/color]" …
gellinjm
  • 1
  • 1
0
votes
1 answer

$pull from 2 array fields in a mongo collection

Is it possible to $pull from 2 array fields in a document : for example if i have a doc as listed below : { "_id" : "376123123731223812312376", "array1" : [{ "field1" : "0000000", "field2" : 1, "field3" : "foo1" }], …
thegrid
  • 509
  • 1
  • 6
  • 20
0
votes
1 answer

Git: do not pull deletes into branch?

Lead wanted simpler code reviews (PR's). So branched code into 3 branches. A->B->C. Then deleting code from A. Deleting the additional code so A will be a simpler code review. Then will make a code review for B, and later C. Since B is branched from…
TimJowers2
  • 208
  • 2
  • 10
0
votes
3 answers

Sliding "pull-down" navigation - what do I use? How do I implement? jQuery?

I'm new to Javascript and jQuery, but I'm learning. Here is what I'd like to accomplish: I have a row of navigation "pull-down" tabs that I'd like to animate. Some sliders will have text links to sub-pages and some will not. The bottom portion of…
0
votes
1 answer

How to set a remote using libgit2sharp?

I'm trying to do something like this: var origin = repository.Network.Remotes["origin"]; repository.Head.Remote = origin; The only problem is that "Remote" is readonly (I'm using 0.14.1.0). How do i set a default remote for HEAD?
ulu
  • 5,872
  • 4
  • 42
  • 51
0
votes
1 answer

Using libgit2 to git pull merge commit (cpp)

I m trying to use libgit2 to made a pull/merge/push from and to a remote repository. Unfortunatly look like i use it wrong. So basically i do a pull, then try to merge it with merge_head_from_fetchhead When i look at the result, the merge commit…
Khertan
  • 93
  • 7
0
votes
2 answers

MercurialEclipse icons after pull

I'm new to Mercurial and MercurialEclipse, and I think I'm not quite understanding this: After I pull from the central repository (with Update After Pull selected), it is my understanding that all files are loaded form the central repo to my local…
Jeff Levine
  • 2,083
  • 9
  • 30
  • 38
0
votes
3 answers

stacking order in bootstrap

I have a problem with the stacking order in bootstrap. I realise that similar questions have been asked, and that its push and pull that should be used. But i just can not get it to work. this is the code im using: