Skip to content

Instantly share code, notes, and snippets.

@chebyte
Created April 5, 2010 14:49
Show Gist options
  • Save chebyte/356413 to your computer and use it in GitHub Desktop.
Save chebyte/356413 to your computer and use it in GitHub Desktop.
warning: You did not specify any refspecs to push, and the current remote
warning: has not configured any push refspecs. The default action in this
warning: case is to push all matching refspecs, that is, all branches
warning: that exist both locally and remotely will be updated. This may
warning: not necessarily be what you want to happen.
warning:
warning: You can specify what action you want to take in this case, and
warning: avoid seeing this message again, by configuring 'push.default' to:
warning: 'nothing' : Do not push anything
warning: 'matching' : Push all matching branches (default)
warning: 'tracking' : Push the current branch to whatever it is tracking
warning: 'current' : Push the current branch
warning: You did not specify any refspecs to push, and the current remotewarning: has not configured any push refspecs. The default action in thiswarning: case is to push all matching refspecs, that is, all brancheswarning: that exist both locally and remotely will be updated. This maywarning: not necessarily be what you want to happen.warning:warning: You can specify what action you want to take in this case, andwarning: avoid seeing this message again, by configuring 'push.default' to:warning: 'nothing' : Do not push anythingwarning: 'matching' : Push all matching branches (default)warning: 'tracking' : Push the current branch to whatever it is trackingwarning: 'current' : Push the current branch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment