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
2 answers

Pull database from Genymotion emulator

I am using Windows7 and want to extract/pull the application database to the local windows machine's folder. I have searched through internet and found the adb command as below : adb shell su 0 cp /data/data//databases/
Nirav Shah
  • 2,064
  • 5
  • 24
  • 34
0
votes
1 answer

Git:pull the specified version

there! I have use git some days and I don't use the command line,I use the msysgit and tortoiseGit GUI.when I use this,I encounter two questions. First:assume that I have commit some times(eg,5),when I remove the local repo,how can I pull the…
ChainWay
  • 133
  • 1
  • 10
0
votes
1 answer

Mercurial - How to pull all revisions on all branches up to a specific point?

I guess I must have misunderstood the author of this post when he said: hg pull -r X -f repo # ... will give me all changesets up to X Because when I did that (in a freshly-created repository), I only got those changesets that were ancestors of…
Hephaestus
  • 1,982
  • 3
  • 27
  • 35
0
votes
1 answer

Pull a data from db where each array holds the column name category and its subinfo

I am trying to create an accordion menu where each accordion menu pulls the rutines of workouts where it differs by the category column in the db example below; I got my PDO::db design like…
Oguzhan
  • 724
  • 6
  • 12
0
votes
1 answer

Bootstrap order of elements using pull

I'm using the Bootstrap the layout my website. If got 2 div's that are placed side by side, one left and one right, this looks likes this:
ronnyrr
  • 1,481
  • 3
  • 26
  • 45
0
votes
2 answers

Pulling most recent updates from remote bare repo, excluding some paths

I'm struggling to get this to work, most likely because of a lack of understanding of what each command is actually responsible for. I have: "A", a bare repo "B" cloned from "A" (it should maybe be a branch in "A," instead, but let's start with…
bua
  • 4,761
  • 1
  • 26
  • 32
0
votes
1 answer

How to pull a particular tag onto a Server

I have a tag created on mercurial on my Dev server called "today". I would like to update thee files on th Test server to the tag level "today". Can someone tell me how do I do that? Is it going to be hg pull origin "today"
user1345260
  • 2,151
  • 12
  • 33
  • 42
0
votes
1 answer

in git how to list the files which needs to be updated from remote repo?

I would like to see all the files which I'm going to update in my local repo before I do 'git pull'. Is there any way?
Ocean
  • 1
0
votes
1 answer

how to always update a given file in a mercurial pull/update?

I have a file (some kind of database) which is updated as developers test their code and pushed to a central mercurial repository. I would like everyone to reuse this file and therefore whenever there is a pull / update from our central repository…
WoJ
  • 27,165
  • 48
  • 180
  • 345
0
votes
1 answer

Git-pull problem

I made a new branch "counterflow" on my local machine and edited my .git/config file to look like: [core] repositoryformatversion = 0 filemode = true bare = false logallrefupdates = true [remote "origin"] url =…
prad
  • 21
  • 2
0
votes
1 answer

PHP - Add form information to a existing record on database

Hello Stackflow community! I have already done 3 pages and still didn't figure it out. So I have a first page where it shows the username (create or check is exists), until there everything is fine.
J GimnZ
  • 9
  • 1
  • 5
0
votes
1 answer

Git pull merge fetch

I'm trying to solve a problem with Git. I'm using TortoiseGit. Basically I checked out the master-branch and without making any changes and now I want to do an update of my local repo. As I understand there a few commands for this: Fetch: Downloads…
Kenneth
  • 28,294
  • 6
  • 61
  • 84
0
votes
2 answers

Uploaded files disappear during new push?

I have paperclip working just fine where I can upload files to my site, but whenever I make updates and push a new version of the site all of the files I uploaded via paperclip seem to disappear (All the information that was entered into the…
0
votes
1 answer

Netbeans & Mercurial - Project Tree Not Updating with Pull

I use Netbeans (7.3), Mercurial, and BitBucket (BB) for personal version control and backup, and also as a way to switch between my work laptop and home desktop. I'm still learning Mercurial, so I created a C++ test project in Netbeans on my…
BranchOut
  • 71
  • 1
  • 2
0
votes
3 answers

Pulling HTML from a Webpage in Java

I want to pull the entire HTML source code file from a website in Java (or Python or PHP if it is easier in those languages to display). I wish only to view the HTML and scan through it with a few methods- not edit or manipulate it in any way, and I…
Brian
  • 97
  • 6