Top "Push" questions

In distributed version control, push is the action of sending local changes to a remote repository.

Keep XMPP connection (using asmack) alive on Android

I'm developing an application that receives push notifications via XMPP ( I know C2DM, but it has some limitations and …

android xmpp push smack keep-alive
How to configure specific upstream push refspec for Git when used with Gerrit?

I'm setting up Git with Gerrit Code Review and am looking for a way to make the necessary Git commands …

git push gerrit refspec
Show progress of Mercurial push/pull

Is it possible to get Mercurial to show progress of long-running push or pull operation? Google tells me basically "no", …

version-control mercurial progress-bar push pull
UNUserNotificationCenterDelegate methods not being called Xcode 8 iOS 10

I have followed all the steps exactly as mentioned here: Push notification issue with iOS 10. But unfortunately, these two methods …

ios objective-c apple-push-notifications push usernotifications
Server push: comet vs ape?

I've read a little about comet and also APE. Which one is better? I want the users to see other …

javascript jquery ajax comet push
JAVA push from server to clients

I would like to have the clients query each other through the server without delay ( = no polling interval ). Example: Server …

java client-server push duplex
Wake up Android Phone/tablet?

I've got a push notification-app, is there any way to wake up the screen (just make it light up) whenever …

android push-notification push wakelock wakeup
Git "Fetch URL" and "Push URL", whats the difference?

When would the Fetch URL and Push URL not be the same for a certain remote? For example, when i …

git push workflow git-fetch
WNS or MPNS for Push notifications?

I am creating an app that makes constant use of push notifications as means of communicating between users (messaging of …

windows push-notification push throttling mpns
How to commit & push selected files but not all in Git

I have a git repo with two branches: develop and master. I work mostly at develop and when files are …

git push commit git-merge smartgit