-
Bug
-
Resolution: Fixed
-
P3
-
None
-
None
-
None
https://wiki.openjdk.java.net/display/SKARA/git-publish
contains:
```
Publish the currently active local branch (named "bugfix") to the remote named origin and silence all output:
$ git publish
```
Looks like there's a missing --quiet flag
contains:
```
Publish the currently active local branch (named "bugfix") to the remote named origin and silence all output:
$ git publish
```
Looks like there's a missing --quiet flag