diff --git a/pages/common/git-browse-ci.md b/pages/common/git-browse-ci.md new file mode 100755 index 0000000000..fe45965b09 --- /dev/null +++ b/pages/common/git-browse-ci.md @@ -0,0 +1,13 @@ +# git browse-ci + +> Open the current `git` repository's CI website in the default web browser. +> Part of `git-extras`. +> More information: . + +- Open the current repository's CI configuration on its upstream website: + +`git browse-ci` + +- Open the current repository's CI configuration on its upstream website for a specific remote: + +`git browse-ci {{remote}}`