In distributed version control, push is the action of sending local changes to a remote repository.
Questions tagged [push]
5455 questions
1
vote
0 answers
How does Exchange on Android work?
Not really a programming question, but I'm currently researching battery life and PUSH notifications on Android for an assignment.
I'm aware that third-party apps are able to use C2DM to be able to respond to PUSH notifications even while the phone…

Anders
- 1,401
- 3
- 16
- 20
1
vote
1 answer
How can i pop to a required view controller when i click on back on navigation bar in iPhone
In my application i have 6 different view controllers.
1. Home page
2. A table view
3. Details of table view elements, this is also a table view with 4 rows
4. 4,5,6 Edit / modification views of details (each row in details table can modified…

iOS dev
- 2,254
- 6
- 33
- 56
1
vote
4 answers
How can my iPad app subscribe to a RESTful web service so it would update automatically?
I am looking for ways where my RESTful web service can let my iPad app know to update its cached data when the server's data has been updated. The server is running on Tomcat & Apache Jersey.
Is this doable? And not using Apple Push Notification…

PLui
- 765
- 1
- 10
- 27
1
vote
1 answer
Push Notification for Nokia nid using c#
i am working to sent a push message to Nokia phone from my c# project and i already put all the variables needed in my code but i handle an error Bad Request, i didn't understand its reason.
Here is my code:
private void button1_Click(object sender,…

user1199175
- 9
- 4
1
vote
1 answer
Iphone Push Notification Wrong Device Token
Finally,I found out the sandbox tokens,which were mixed with the production tokens,and I update the code,receive the error response from apple,when post a sandbox token to apple,the next tokens all failed....While the push msg was "$payload['aps'] =…

carl
- 318
- 1
- 9
1
vote
1 answer
Javascript - pushing values into an array returns undefined
new with javascript here. I have a simple form that takes what the user submits and puts it into an array. When a specific word is submitted, a prompt comes up with a random value from the array. The problem I think I'm having here is that things…

user1189459
- 13
- 1
- 4
1
vote
1 answer
How to allow my CSS slide out element to push its neighboring content?
I've made a slide-out element using CSS (in the footer, bottom left next to the picture) and would like for it to push the picture and the description to the right, when its hovered over and slid-out. I've made them all position:relative, am I…

JackArrgon
- 127
- 1
- 1
- 9
1
vote
2 answers
pushbutton to change variable
I guess this is a very simple question, but I am spending more time searching for the answer, than I would if I'd ask here
I made 3 pushbuttons, when I click on of them, a variable has to be changed, so like:
[Button1] when pressed: bp =…

Whyaken
- 71
- 3
- 8
1
vote
3 answers
Heroku Push Errors
Good afternoon,
I browsed the other questions on this topic, and it appears nobody has asked about this issue. I was expecting otherwise!
In any case - I have a PostgreSQL database server running on my local machine with a MYAPP_DEVELOPMENT…

Brandon
- 3,091
- 2
- 34
- 64
1
vote
1 answer
A technology to push data from a server to a desktop Java application
I have a Java desktop application, which needs to be updated with data from a web server continuously.
Since the desktop application could be used in a mobile environment (e.g. on a laptop with a 3G modem), there is no way to connect with it through…

skanatek
- 5,133
- 3
- 47
- 75
1
vote
1 answer
Xcode git is not committing project.pbxproj
I have a remote git repository and I am trying to commit and push my latest changes. The problem is that everything commits fine except for project.pbxproj. Xcode does not complain. It just acts as if all committed with no issues. But when I push…

Joshua Goossen
- 1,714
- 1
- 17
- 36
1
vote
1 answer
git push resuming previous push
I screwed up. I modified my .gitignore to inadvertantly start tracking a directory of misc files that are huge. When I pushed to origin I realized it was taking forever and saw my error. I have removed (I think) the files from being tracked, but…

swt83
- 2,001
- 4
- 25
- 33
1
vote
1 answer
IOS - invoke a thread to send location by push notification request
Can it possible to run a thread in iOS application that is running on background to send location when push notification is received?

uriel
- 1,209
- 1
- 16
- 26
1
vote
0 answers
Parse Push Notifications
I am trying to add push notifications to my Xcode app...
Here is what I'm following https://www.parse.com/docs/ios_guide#push
I am on App Integration.

Raoul
- 85
- 2
- 10
1
vote
5 answers
Does git force you to pull changes to the tip? Does your push include those files?
With Mercurial, if you try and push and there were commits made to the main repo, you are forced to pull and merge.
The problem is, when you go to commit your changes, the changeset you push contains files that you were forced to merge.
You didn't…

codecompleting
- 9,251
- 13
- 61
- 102