In distributed version control, push is the action of sending local changes to a remote repository.
Questions tagged [push]
5455 questions
2
votes
1 answer
Pushing and Popping view controllers - animation
I'm using a navigation controller for my app, because a lot of my views are hierarchical. However, I want to push a settings view when someone presses a button. However, I don't want to animate right to left, since I don't want to give the…

mac_55
- 4,130
- 7
- 31
- 40
2
votes
1 answer
apple push notification feedback service - i can not get anything from the feedback service
when I connect to the feedback service, it can successfully connected, but i get nothing from the feedback service.
i have uninstall the app from my device, and push again, and then connect to feedback service, but i still get nothing, even the next…
user1417004
2
votes
2 answers
Urban Airship - send PUSH to 1 specific device (device token)
So I want to target one specific device token via Urban Airship, but no matter what I do, all of my devices get the message intended for a specific device token.
Here's my PHP code - any help is as usual greatly…

PinkFloydRocks
- 808
- 3
- 14
- 29
2
votes
1 answer
Am I using EGit and Eclipse correctly when working with repositories?
I'm trying to set up EGit with Eclipse and I've used neither of them before. I understand the basics around Git and Eclipse is more or less just another IDE. The problem I'm having is setting up a reasonable work environment.
I have file-server at…

Niklas
- 465
- 2
- 9
- 19
2
votes
3 answers
github - asks for username and pass when it pushes/pulls
I have this issue, that I have to put this in every time I push or pull. I think this is new. Any ideas?

LeBlaireau
- 17,133
- 33
- 112
- 192
2
votes
2 answers
Can't push or pull to Github
When I try and pull:
error: cannot open .git/FETCH_HEAD: Permission denied
When I try a push or a push -u origin master:
master -> master (non-fast-forward)
error: failed to push some refs to 'git@github.com:xxxxxxxx/xxxxxxxxxx.git'
To prevent you…

LeBlaireau
- 17,133
- 33
- 112
- 192
2
votes
1 answer
CWNAN0020W Socket error on socket 4, peer address :57710; ending connection
I have installed php SAM library for Really Small message broker (RSMB MQTT). And I'm trying to connect Android Push Demo, but it getting following error
[root@user linux_ia64]# tail -f nohup.out
20120501 120111.226 CWNAN9997I Licensed Materials…

user1367299
- 21
- 2
2
votes
1 answer
monotouch push notification
Does anyone know why the following method within my app would receive a null deviceToken after registering with APNS (with MonoTouch)?
public override void RegisteredForRemoteNotifications (UIApplication application, NSData deviceToken){
…

Steve Thornton
- 45
- 4
2
votes
1 answer
Comet background architecture
I have some information about Comet, but I want to know how it keeps a connection open (from client to server).
how does it do that?

Mehrdad
- 2,054
- 3
- 20
- 34
2
votes
2 answers
How can we install/Push the Android application over proprietary Wifi Network?
We are developing an android application which is to be installed on the ~500 devices in the premises.How can I do it centrally at one go via wifi network.
Thrice every quarter, the following is required
The application (upgradeable version) needs…

Raulp
- 7,758
- 20
- 93
- 155
2
votes
2 answers
git rebase causes origin/master and master to diverge
I've already looked at questions
git rebase and git push: non-fast forward, why use?
and
master branch and 'origin/master' have diverged, how to 'undiverge' branches'?
I'm still not clear on what I need to do in this specific case. I had…

owagh
- 3,428
- 2
- 31
- 53
2
votes
2 answers
Specify the 'origin/master' part in a git push
If I do a git push, I see 3 branches involved. 1) The local branch I am working on, say 'foo1' 2) the local remote-tracking branch 'origin/foo2' (which always is on the same commit as the remote foo3 after push/pull) 3) 'foo3' in the remote repo.…

Florian Kaufmann
- 803
- 6
- 13
2
votes
3 answers
Git error: Cannot Spawn ~\.ssh
I created a repo on GitHub, and wanted to push local a local repo as I have done in the past. I can ssh -T git@github.com successfully, but git push -u origin master gives me the error:
error: cannot spawn C:\Users\Alec\.ssh: No such file or…

Alec
- 4,235
- 1
- 34
- 46
2
votes
3 answers
Push notification on android: IBM MQTT
I am very new to android environment and have to set up client side using the (wmqtt.jar) sample application given on http://www-01.ibm.com/support/docview.wss?
I know only about hello world program.
Kindly tell how can I integrate it in my simple…

Poonam Sharma
- 73
- 2
- 9
1
vote
1 answer
Blackberry background Push Notification using MDS
I am working on Blackberry Push Notification using MDS. I have referred the sample project HTTPPushDemo which Blackberry API has provided. I am getting pushed data successfully only when app is running. How I will get pushed notification using MDS…

snehal_penurkar
- 273
- 1
- 3
- 15