In distributed version control, pull or fetch is the action of transferring remote changes into a local repository.
1
vote
1answer
34 views
Restore files from before git pull
I have a problem with a git repository. I will describe what I did.
I have created a repository in side an existing folder with files using the command git init
I added a remote with git add origin ...
1
vote
1answer
22 views
git pull will move the local branch to the latest commit?
I have a local branch, which is topic, this branch is labelled on the latest local commit, for example commit version 3, I stay on topic branch, not master branch, then I do the git pull, there are ...
1
vote
1answer
25 views
Git expects numerical timeout?
Working on a project in IntelliJ and pushing/pulling all material to github.
Suddenly it stops working: I tried to fetch the code from github and get the error message:
Fetch failed
Error: option ...
0
votes
1answer
18 views
Heroku db:pull error LoadError: cannot load such file — sqlite3 (Sequel::AdapterNotFound)
I'm having the same problem as this person: Heroku db:pull error "LoadError: cannot load such file -- sqlite3 (Sequel::AdapterNotFound)" Where I cannot pull my database from heroku.
However ...
2
votes
3answers
52 views
git rebase after pull
I typically use git pull --rebase if I'm working directly on master (which I try not to do anyway). In the event that I forgot to do a rebase and just did git pull, is there a way to undo that and ...
-2
votes
1answer
35 views
git pull from remote… can I pull a specific commit? [duplicate]
I create an empty new repository locally, I add a remote repository.
Now instead of cloning the full repository with all changes, I'd like to fetch just a specific commit.
How do I do that?
1
vote
2answers
33 views
Git: Pulling a rebased branch
Let me describe my situation:
Mr Blond and Mr Orange are working on branch A that branches out of the master branch on commit M1. Branch A has 2 commits: A1 and A2.
M1
\
\
A1 - A2
...
0
votes
1answer
38 views
Is there any different between Android 2.3 and 4.0 for decode XML file by PULL?
I just found a bug for my APP, which is run normally in Android 4.0 , but will crash in Android 2.3 , I trace it and found the problem is decode XML files
the XML files format is
<a>
...
0
votes
1answer
31 views
Push from local copy to remote shows up as changes
I set up a repository (git init) on an existing unversioned sourcetree in production (don't tell me).
After the initial import commit I cloned the repo on my dev machine and started editing.
After ...
1
vote
0answers
40 views
Why does a 'git pull' not also update the remote branch I pulled from?
I have a forked repository, which is set up as a remote called origin, and it was forked from the original repository which I have push access to, called upstream.
I have checked out a patch release ...
1
vote
1answer
40 views
Push from one repo to another - Git
I have a repo on my local computer. I want to develop and make changes in a branch on my local repo and then push these changes for testing to a repo on a server that I can ssh into. How do I do this? ...
0
votes
2answers
36 views
Why is git pull bringing in changes that git fetch rebase is not?
I have a remote branch 1.4
I did a git fetch origin with the result:
13b1449..51618fe 1.4 -> origin/1.4
I then did a git rebase 13b1449
git responded Current branch 1.4 is up to date
I then ...
-1
votes
0answers
34 views
I have no idea about how to design a message center [closed]
I hava a task that should design a message center which pull messages from several servers to client such as mobile devices.The field systemID indicates these different servers. My program get data ...
0
votes
1answer
50 views
Mercurial equivalent of svn's merge --record-only?
We've recently moved our codebase from subversion to mercurial, and are doing our first release to production from the mercurial codebase this weekend.
We have a three repo setup, let's call them ...
1
vote
1answer
83 views
Pull branch from Team Foundation Service to Visual Studio 2012
I'm working on a project with 2 others, and we're using Visual Studio 2012 with Git and Team Foundation Service.
I'm able to clone the repository from TFS to my machine, however I can't get a ...
0
votes
0answers
10 views
Eclipse and EGit . Push?
I am using GIT as DVCS. I have a team working with me on a project.Last night when I committed changes to the repository. It caused lost of previous changes made by other developers.(I did this: ...
0
votes
1answer
27 views
Git pull while in submodule will create another submodule
I have a major problem with git pull when dealing with submodules. I thought I started understanding their principle but apparently not...
I created a simple git repo Super and created a submodule ...
2
votes
4answers
173 views
Grabbing text from webpage and storing as variable
On the webpage
http://services.runescape.com/m=itemdb_rs/Armadyl_chaps/viewitem.ws?obj=19463
It lists prices for a particular item in a game, I wanted to grab the "Current guide price:" of said ...
-1
votes
1answer
45 views
Best programming language for a “pull cord engine” GUI [closed]
For one of my English projects I need to create a demonstration on how to complete a task. I decided to program an Windows app where the user starts an engine.
For those of you who have started a ...
1
vote
3answers
42 views
Is there an effective working method for having two git repositories separated by network file transfer, but not ssh/http?
I have git repository A on machine A (which is in turn a clone of a "central" repository hosted by a development team). For various reasons, I don't like to develop on machine A (poor development ...
0
votes
1answer
50 views
How to Git Pull across a local network?
I have a Git repository configured on my work machine at C:\Projects\project_1.
I have shared the Projects folder on our work network and a colleague has cloned my project_1 into his own C:\Projects ...
0
votes
1answer
49 views
Tortoisegit pull preserve timestamp
Is there a way to preserve the timestamp of a file when its pulled using tortoisegit? Bitbucket commit history says the files were modified 3 days or x days back. But when a pull is done with ...
1
vote
1answer
90 views
Git fetch and pull operation on branches
This might have been asked before but I can not find the answer.
Assume following scenario.
I have a local repository with following local branches.
Scenario 1
local
Branch A
Branch B
...
1
vote
1answer
56 views
Git: Is it possible to pull just for one file?
I am working on a GIT branch that has some broken tests, and I would like to pull (merge changes, not just overwrite) these tests from another branch where they are already fixed.
I know I can do
...
3
votes
2answers
90 views
PHP MySQL Push and Pull from Database
Good Morning Everyone,
I am having a problem with my PHP code. I have a series of columns in MySQL database, PotVal, Current, ID, kWh and costKwh. Where ID is AUTO_INCREMENT, PotVal and Current are ...
0
votes
4answers
62 views
MongoDB + PHP: Delete a value of a sub array
I have a document in the following form:
[uuid] => d030b8d1
[commentstrings] => Array (
[0] => 1366220389#mac@test.org#test 1
[1] => 1366220422#mac@test.org#test 2
[2] => ...
2
votes
1answer
66 views
Github pull via shell_exec in ubuntu not working
Hi im trying to setup a WebHook in Github.
I have used these instructions :
http://net.tutsplus.com/tutorials/other/the-perfect-workflow-with-git-github-and-ssh/
But for some reasons I'm not able ...
1
vote
1answer
40 views
Git breaks merge commit, if won't push it and execute pull with rebase option
Sometimes things that I don't want to happen, happens with my repository. Here is one of scenarios that I want to avoid but don't know the best approach:
git init --bare bare.git;
git clone bare.git/ ...
1
vote
0answers
32 views
Change default email in Git gives error on pull
I am aware of this question because I am getting the same error message. Yesterday I added a new email address to my github account and set it to default. Today I tried a git pull and received this ...
1
vote
4answers
87 views
Prevent merge at git pull
Sometimes I type accidentaly the wrong branch name, when I do "git pull origin BRANCH".
Is there a way to forbid "git pull origin XXX" when XXX is not the same branch I have currently checked on my ...
2
votes
1answer
61 views
Github remote Branch and Local Git Repo
Added a new Branch to my Github, but can't find a way to have my local repo "know" about it. I have my local repo using the master branch (the only one it knows about), and it is several commits ahead ...
1
vote
0answers
53 views
Git pull doesn't know which branch to merge with
I committed and pushed.
Someone else then changed something in my branch, committed and pushed.
I tried to pull, as I wanted to get these changes.
Result:
From servername
3de3ee5..4db9ed8 Andrea ...
1
vote
4answers
101 views
What is evil about announced git push -f while everybody else does git pull --rebase
Let's say
you forked a project on a github
multiple people (less than 5) are working on this fork
the goal is to make a pull request with our changes
After a few commits to our fork, we now want ...
1
vote
4answers
123 views
Mercurial command to combine hg pull; hg up
How can I combine the Mercurial commands hg pull and hg update into one?
0
votes
1answer
107 views
TortoiseHG 'file not found' when pulling/pushing/cloning
I've installed TortoiseHG 64bit on my Windows 7 laptop and worked with it with the last few weeks with no problems.
But today I tried to check for new incoming changes and the workbench returns me ...
1
vote
1answer
90 views
Using MongoDB $pull to delete documents within an Array
I have a collection in MongoDB, which is like following:
{
"_id" : "5327010328645530500",
"members" : [
{
"participationCoeff" : 1,
"tweetID" : ...
0
votes
0answers
97 views
adb push not working
Iam having problem with adb push&pull operations.
My pc os:w7
iam able to enter shell by using command-adb shell.
Iam getting shell prompt $ as root
i have the permission to access the folders ...
0
votes
1answer
185 views
Google apps script to grab data from webpage
I had help making this script before that would pull the playercount off a website and log it into spreadsheets with a date and timestamp, this was:
function pullRuneScape() {
var page = ...
-6
votes
1answer
129 views
How to pull android application code after installing application from android market [closed]
is there any possibility that we can pull the android application code after installing the application from android market.
How can i pull that code??
please help me out.
1
vote
2answers
94 views
egit pull with uncommitted changes
I'm working on a project in Eclipse that was cloned from a GIT remote repository. The Eclipse eGit plug-in allows you to get going without really understanding anything about GIT, which is where I ...
3
votes
1answer
189 views
Git pull --rebase converting spaces to tabs
This problem is driving me mad. Using Git with Github.
I'm working on one particular file using spaces instead of tabs. I always ensure that I change all tab indents to spaces. Diffs confirm that ...
0
votes
1answer
120 views
Eclipse, Git pull to existing repository, where are new projects
Using Eclipse 4.21 + Egit 2.20 on Linux, all components are up to date. The Eclipse workspace is linked to a local repository stored outside of the workspace folder. The remote repository is on ...
0
votes
2answers
97 views
How to update GIT remote repository?
I have just switched from subversion to GIT and found out it is much faster.
I have a problem - on one location / computer I change file, delete dir,... and commit it Everything is OK (If I define ...
0
votes
1answer
91 views
Git Pull Not Syncing Local Files
I've set up my repository in Git. I can commit to it just fine and dandy.
However, when I make changes to my files (git status shows modifications), and I want to pull my repository and overwrite ...
0
votes
1answer
47 views
How do I abbreviate a branch name in a git pull request?
The command I want to run is
git pull origin_au a_really_long_branch_name_that_i_dont_want_to_type
Is there anyway I can abbreviate the branch name?
0
votes
0answers
44 views
Can't pull from the repository svn
I want to pull changes from a visual svn repository using Xcode, but a window opens "Choose the working copies to pull.", but besides the working copy it is written uncommited changes. I commited the ...
1
vote
0answers
247 views
NetBeans non fast-forward update
I am using NetBeans 7.2.1 and am having trouble pushing a file after it has been committed.
The file is called 'test.php' and is a new file that has not been pushed to the server yet. The file has no ...
1
vote
3answers
779 views
Git Workflow Pull vs Fetch
I know this question has been asked before but it seems to me that the answer has been changed with time so I'm quite confused. So once and for all in 2012 december 22 after domesday, (those of us ...
0
votes
0answers
31 views
Installing localization font into AVD or how to pull/push a file from/into AVD?
As I read many posts of solving problems on installing Localization (missed) font on AVD Android, but nothing is good.
I think the answer is only Replacing DroidSansFallback.ttf by our needed font ...
2
votes
1answer
309 views
Git subtree - subtree up-to-date but can't push
I am using Git subtree with a couple of projects that I am working on, in order to share some base code between them. The base code gets updated often, and the upgrades can happen in anyone of the ...


