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

Excel 2010 Pull certain text from a string after &REQNO=

I am having trouble pulling text from a cell that is a long web address. It varies in length but the text I'm after always follows &REQNO=. It's a number that looks like ABC-ABC-2015-0001. I would like to use Visual Basic for this and was trying…
0
votes
2 answers

Android application backend

I want to make an android application which will display an external message (For example: some quotes, proverbs etc) daily. The message should be retrieved from some place other than the client device and I would like to configure the messages…
Greg
  • 13
  • 2
0
votes
2 answers

Bootstrap layout - i don't want break into new line

i want to make a bootstrap layout like the picture with this code:

MAIN NEWS

Do Hoa Vinh
  • 356
  • 4
  • 11
0
votes
1 answer

I would like to have sign up and login links at the top right of my navbar and have a responsive collapsed menu justified left

I'm quite new to bootstrap and I've been trying to sort a log in and sign up link on the right side of my navbar. pull-right is working, but it also affects the collapsed menu, which I don't want: I would like to get it inline with my main nav which…
Shiro
  • 13
  • 4
0
votes
1 answer

Merging branches on GitHub created on different locals

I'm very new to Git, and I'm trying to understand the workflow of it. I've come to a situation where I don't know how to accomplish what I want to do, and would be glad for someone to explain WHAT is happening and more importantly WHY. The scenario…
darksmurf
  • 3,747
  • 6
  • 22
  • 38
0
votes
1 answer

Macro to pull data from closed workbook to another workbook

I am writing a macro to do the following: Every time I open a workbook, pull data from a closed workbook on my computer and copy that data to a sheet titled "Availability" starting in cell A1. Currently, all that happens is "TRUE" is put into cell…
Hawth33
  • 15
  • 1
  • 5
0
votes
1 answer

ignore certain files on HG pull

Thanks for reading my situation.. My situation is this: RepoA (7GB) - I have read access RepoB (7GB - Forked from RepoA) - I have read/write access, but no admin access, and cannot fork. I did not set up any of these, but am now the admin of the…
0
votes
0 answers

Java Code: "Iterations & I/O" Pulling a file into Eclipse and using it

With this project we are learning how to pull and outside file and use it in our Eclipse program. In the outside file (wordpad) there needs to be 50 numbers (1-50, a new number each line:1 return, 2 return, 3 return, etc.). With these numbers we…
jake craigslist
  • 303
  • 3
  • 12
0
votes
1 answer

Callback function on domain, but redirect to localhost

We send a request to a third party server. That server returns it to our domain, such as: https://www.ourdomain.com/callbacks/script.php We then process the response. However, we are still testing. How can we have the callback push to our localhost…
TimNguyenBSM
  • 817
  • 2
  • 15
  • 33
0
votes
0 answers

Bootstrap push/pull and nested columns

I have this HTML:
Logo
Main menu
VjS
  • 7
  • 4
0
votes
1 answer

DSC Windows Management Framework 5 Pull Server

I've been trying to setup a DSC Pull Server on a Windows Server 2012 R2 (both server and client), I've juste installed the CTP version of WMF 5. I've configured my client LCM to listen to the Server URL for a specific configuration, when trying to…
user998824
  • 77
  • 1
  • 3
  • 13
0
votes
1 answer

java getString("SQL database area") - tokenize it?

Currently I'm pulling data out of SQL database table unfortunately one specific column contains more than one value (specifically an address). So I'm trying to .append this address data into a textArea of my program but I need to break the lines…
Pat
  • 29
  • 1
  • 7
0
votes
0 answers

Simple Pulling Mechanisms and Approaches in Enterprise Platforms

This question is not directly on code or to debug rather more on a solution. Working on defining a solution around the following requirements: Consume data from diverse upstream systems. Publish the data to the subscribers. Straight forward to…
Nanda
  • 15
  • 4
0
votes
2 answers

git: Duplicate Commits After Local Rebase Followed by Pull

I have a local git repository and I run the following: git.exe pull -v --no-rebase --progress "origin" // pull 1 (make a few local commits) git.exe pull -v --no-rebase --progress "origin" // pull 2 git log --pretty=format:"%h - %an : %s" //…
Samuel
  • 8,063
  • 8
  • 45
  • 41
0
votes
1 answer

Remove entry from double nester array using mongoose

I'm trying to remove an entry from an array which nested in another array as you can see below: { "_id" : ObjectId("548f5ca9fa9dc1000016a725"), "entries" : [ { "_id" : ObjectId("548f5cc8fa9dc1000016a726"), …
Or A
  • 1,789
  • 5
  • 29
  • 55