Skip to content

Instantly share code, notes, and snippets.

@NZKoz
Created October 7, 2009 22:26
Show Gist options
  • Select an option

  • Save NZKoz/204510 to your computer and use it in GitHub Desktop.

Select an option

Save NZKoz/204510 to your computer and use it in GitHub Desktop.
Macintosh-5:rails michaelkoziarski$ git push
Counting objects: 101, done.
Compressing objects: 100% (55/55), done.
Writing objects: 100% (57/57), 22.04 KiB, done.
Total 57 (delta 37), reused 6 (delta 0)
warning: updating the current branch
warning: Updating the currently checked out branch may cause confusion,
warning: as the index and work tree do not reflect changes that are in HEAD.
warning: As a result, you may see the changes you just pushed into it
warning: reverted when you run 'git diff' over there, and you may want
warning: to run 'git reset --hard' before starting to work to recover.
warning:
warning: You can set 'receive.denyCurrentBranch' configuration variable to
warning: 'refuse' in the remote repository to forbid pushing into its
warning: current branch.
warning: To allow pushing into the current branch, you can set it to 'ignore';
warning: but this is not recommended unless you arranged to update its work
warning: tree to match what you pushed in some other way.
warning:
warning: To squelch this message, you can set it to 'warn'.
warning:
warning: Note that the default will change in a future version of git
warning: to refuse updating the current branch unless you have the
warning: configuration variable set to either 'ignore' or 'warn'.
To git@github.com:rails/rails.git
f27e7eb..9415935 master -> master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment