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

learn more… | top users | synonyms

0
votes
1answer
19 views

How to view changes made by last pull to my local files in github?

How to view changes made by last pull to my local files in github, in windows? The changes made by last pull may include changes made by multiple commits pulled at once.
0
votes
1answer
12 views

Is there any way to pull an image from private registry and cut URL?

I have some private Docker registry: http://some-registry-somewhere.com:5000. When I need to run my compose configuration, I need to pull a target image. $ docker pull some-registry-somewhere.com:...
0
votes
0answers
16 views

Auto pull/fetch on project startup for PhpStorm git project

Is it possible to have PhpStorm automatically pull/fetch all origin repository changes whenever the I open the project?
-3
votes
0answers
33 views

How to get datas (name, photo, hire date..) from BambooHR for my MVC project with using C#?

I would like to get some data like Education, Hire Date, Title, Employment Type from BambooHR. My project needs to pull above areas from BambooHR system to fill a form project with C#. I found ...
0
votes
1answer
18 views

Git Not Able to Pull As Changes Done On Server Files [duplicate]

I have done from my local to server git push. Unfortunately before pull after i have made some changes on Server Files. So it's not allowing me to Pull. root@magento-dev-1:/var/www/html/magento# git ...
0
votes
1answer
32 views

How to sync with remote repo after a failed pull

I am working on a project that is a branch of a remote repository. From time to time, I sync up my project with changes to the remote by doing git pull upstream master. Here is what happened: ...
0
votes
0answers
16 views

Mongodb update query returns 'Cannot apply $pull to a non-array value'

I have a collection named Entity & below is the schema to it Entity { Owner { id } Tags [ {id : name : } {id : ...
1
vote
4answers
35 views

How to view git pull requests in a local server, in command line?

I'm running a local git server, and I'm just wondering, is there a way to see all the pull-requests made by developers? Similar to Github or Bitbucket but in command line. Thanks https://git-scm.com/...
0
votes
1answer
96 views

How can I set the height of a UIRefreshControl?

I have a refesh control simple like: let refreshControl = UIRefreshControl() self.tableView.addSubview(refreshControl) I want the refreshControl to be bigger. I tried setting a refreshControl.frame =...
0
votes
1answer
16 views

pull after rebase results into merging conflicts

I have a branch B, that was checked out in another repo, then some changes were done there and after rebase they were push'ed with --force (it was a fixup to the last commit). Now, if I pull the ...
0
votes
1answer
28 views

Why can't I pull to the repo and what's the reason for error?

I have looked extensively for a possible solution for this and continue to rerun through my steps, but I cannot get past the error I receive when I try to pull the master branch from my Repo. So I ...
0
votes
1answer
27 views

Xamarin.forms listview with pull to refresh and New itens on top

I'm kind new to Xamarin development. I need to develop a crossplatform (Android, ios and Windows Phone) app like the iPhone email client app in which New emails are shown on top of other emails by ...
2
votes
1answer
16 views

How restrict only one pull request at a time in TFS git?

I am setting up a Development process with CI implemented. I would like to restrict number of pull request at any point it time to be one. Is that possible in TFS git?
2
votes
1answer
44 views

Git wrongly interprets that files names have changed after I pull

I normally work on mac and maintain a bitbucket repository (git). I have no problem pulling my repository on mace. But when I pull my repository on Windows (Win7), it interprets the filenames wrong ...
1
vote
0answers
57 views

Trying to pull files from mapped network drive Python

I am trying to pull folder names from a network drive in Python. For example, if I have a mapped drive U:, I want to go through and grab all the folders in folder "example" from the path \emily\hello\...
-1
votes
1answer
149 views

How to pull photos with ADB from local storage - android device

i have some problems with my Asus Zenfone 2 device (no root). In particular, some days ago, while i was travelling abroad, my device decided to no more turn on, staying permanently in the loading ...
1
vote
1answer
38 views

Identifying date in text file While date is incorrectly formatted with varied Data

I need to extract the date from C2 and find the difference between the date in c2 and A1 The date is formatted as "Jul, 18 2015", any ideas? The database has a different amount of text per cell. Is ...
0
votes
1answer
17 views

Why Push Pull Can not work in this manner?

Worng Push Pull Why This Push Pull Type is Wrong? I Just Want to Switch to Positive or Negative . Someone can explain it to me??? http://i.stack.imgur.com/kvc5I.gif
-1
votes
1answer
23 views

Save/Fix Pull checked/unchecked options on TortoiseGit

How do I save/fix some checked/unchecked options on pull dialog of TortoiseGit? Some people from my team want to use this tool and if they don't uncheck the options highlighted the current branch is ...
0
votes
2answers
61 views

Docker for mac does not pull any image

I have a problem with docker on my mac, maybe someone can help me with this. My docker was working fine, but after try to download the image jhipster/jhipster-registry:v2.3.0 docker never pull any ...
-1
votes
2answers
37 views

Git pull doesnt work as expected

... which probably is because I use it wrong. Szenario: I have a local repository and a remote repository (named staging). Now I developed on my local repository and committed and pushed it to my ...
0
votes
4answers
34 views

Deleted my git folder

I had a git folder on my desktop which I share with colleagues but I've deleted the folder and have no idea how to get it back (it was set up by a colleague). I tried making a folder with the same ...
0
votes
1answer
24 views

How can I pull a file in /data/data/ from a rooted android device in one click using a windows' .bat file?

I wrote the following .bat file, but it did not work for me. Could anybody help me? adb shell su cd /data/data cp -r com.example.myapp /sdcard exit adb pull /sdcard/com.example.myapp The .bat stop ...
1
vote
1answer
74 views

BitBucket - Add to develop branch directly instead of master

We are in the process of changing our SCM to BitBucket. Currently we use Clearcase SCM and there we have code in different stages / streams - Dev, UAT and production, where dev has code that ...
0
votes
1answer
42 views

Is there a way to pull a list of apps on an android phone? [duplicate]

So a bit of backstory as to what i'm trying to do. I'm working on an idea for an app which can scan what apps are on your phone, the bar codes of groceries and other things and display information on ...
0
votes
1answer
39 views

Trying to pull data from a poorly formatted HTML website

I've been recently trying to pull information from a website, and while I have been mostly successful it's been a bit of a struggle. I've been currently using Regex to find some information (in here ...
0
votes
0answers
989 views

Preventing error Your configuration specifies to merge with the ref 'refs/heads/Feature/MyFeatureBranch' from the remote, but no such ref was fetched?

When I do a git pull, I'm getting a Your configuration specifies to merge with the ref 'refs/heads/Feature/MyFeatureBranch' from the remote, but no such ref was fetched. My .git/config looks like: ...
0
votes
0answers
23 views

How do I take the string array from this json object?

I am trying to get a list of available numbers from the following json object, using the class from org.json { "tag": "postIndexed", "status": "success", "message": "ok", "data": { "...
0
votes
0answers
10 views

Github - Is there any way to push from a repo and then pull down another repo?

I always missclick push button to pull button without any notice. Is there anyway to push from a repo (folder) and pull to another repo(folder)? Thank
0
votes
0answers
45 views

Pull Focus in iOS Swift

How to implement the camera pull focus functionality for AVCaptureDevice? Pull Focus - Suppose there are two objects in the picture one should be point of attention and other will be blurred.
1
vote
1answer
91 views

How to Resolve rebase conflicts in EGit

I am using GIT in eclipse. I have a branch where I made some code changes and committed them. Now, when I try to pull that branch it is giving error as below Now, all my changes which are ...
0
votes
1answer
44 views

How to check pull timestamp of a certain commit in git

Is there a way to determine the timestamp of when was a certain commit was pulled in my server? If so, kindly let me know. Thanks!
2
votes
1answer
51 views

Git rebase no argument version vs one argument version

I went through reading a bunch of stuff on SO and the Git docs, and noticed something, after messing around, that I don't completely understand: Let's say I have the following state and configuration ...
1
vote
2answers
54 views

What is the purpose of git merge's rebase option?

Learning git from here git pull --rebase origin master What is the difference with and without the --rebase option? I read that rebase option allows you to put your own commits over the master ...
0
votes
1answer
111 views

git fetch not working for fetch new files

I am new for Github and check lots of example for fetching and pulling files from git server. But my fetch command never works, my pull command work and it downloads new file on to my system. Is fetch ...
0
votes
0answers
21 views

Pull down a div by touch

Hi I have follow code: $(".myBottomView").click(function(){ var box = $(".myTopView"); var targetWidth = box.height() == 50 ? 200 : 50; box.animate({height: targetWidth + "px"}, 700); })...
1
vote
2answers
45 views

Setting up Git for a single branch

I'm a complete newbie to Git. I have been using SVN forever but the new project I'm working on is stored in Git. Now, I want to work on a single branch (let's name it 'mybranch') of that repository (...
1
vote
1answer
99 views

Git pull from a repo and push to another

I have a repo_1 on github with two branches: master and gh-pages. Then I have a repo_2 with a single branch: master. It is possible to pull from the gh-pages branch on repo_1 last updates and push ...
0
votes
0answers
18 views

TortoiseGit: How do I fetch new branches on a pull?

I recently upgraded to TortoiseGit 2.1.0, and now when I do a pull, it no longer fetches new branches, as it did before. I now need to do a separate fetch to get the new branch. My local .gitconfig ...
0
votes
1answer
3k views

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-Branch' from the remote, but no such ref was fetched. This error is not ...
0
votes
0answers
13 views

Does all GitHub history come with forking?

I am planning on forking a project I have been working on but it exists on another accounts repository. When I fork it, I would like all of the pull request history, like closed PR's to come with it. ...
0
votes
1answer
23 views

Anyway of restoring local changes before pull

I was working on some files locally and was behind the master branch. So before continuing, I pulled so I can work on these files while not being too far behind the master branch (I hadn't committed ...
0
votes
0answers
34 views

Git 'pull' priorities

I'd like to have some sort of 'priorities' in a git pull. Take the below folder structure. Root global host1.domain.com host2.domain.com If host1.domain.com does a pull, it should pull from both ...
0
votes
1answer
111 views

Bootstrap - how to change order of displaying columns

I have problem with ordering colums on sm and xs large on bootstrap. I'd like to change ordering from "1","2","3" to "1","3","2" on sm and xs resolutions: http://imageshack.com/a/img923/8600/DF8LGA....
1
vote
1answer
80 views

How to set default PULL remote in TortoiseGit?

I have two remotes configured: "origin" and "upstream". Changing the push default is easy, it's both in the settings window ("Push Default"), and in the push dialog ("Always push to the selected ...
0
votes
1answer
40 views

Android app webservice pull data back to server database

I have an android app and I would like to pull data from the app to a server database using a webservice. How can I do that?
1
vote
1answer
42 views

Gitlab push doesn't work from a specific computer

I am using gitlab 8.1.2 and gitlab-shell 2.6.5. For some reason, I can't upgrade my gitlab right now. I have a student that can use is rsa key on github, but not on my gitlab. I have tried to ...
0
votes
1answer
45 views

Hide bottom bar or download button in iPushPull

I am embedding iPushPull in a WordPress Site. I have setup all and data is showing properly on this page: https://www.daytradingcrudeoil.com//test-data/ I want to hide the whole bottom bar or just ...
0
votes
2answers
39 views

unable to use $pullAll

I have a collection which contains the documents as shown below { "_id" : ObjectId("56d92901f9d573cc1c1fb8bb"), "busEntryExitInformation" : { "dateTime" : ISODate("2016-03-04T06:19:...
-1
votes
1answer
21 views

pulling a specific git commit, then committing

Apologies if its a newbie like question, I am relatively new to gitHub (using SVN for a long time) This may be related to a similar post (see "going to a commit then returning to the present" ) but I ...