Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
$ git publish --quiet


Publish currently active local branch (named "bugfix") to the remote named origin and open any link returned in a web browser:

...

Code Block
languagebash
$ git configure --global publish.browser firefox

Source

See GitPublish.java.