From 13f90543cc429b642adec203f61744159a2f80dc Mon Sep 17 00:00:00 2001 From: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com> Date: Tue, 4 Oct 2022 07:07:39 +0000 Subject: [PATCH] git-browse-ci: add page (#8500) * git-browse-ci: add page * Update pages/common/git-browse-ci.md * Update pages/common/git-browse-ci.md * Update pages/common/git-browse-ci.md Co-authored-by: Emily Grace Seville * Update pages/common/git-browse-ci.md Co-authored-by: Emily Grace Seville * Update pages/common/git-browse-ci.md Co-authored-by: K.B.Dharun Krishna * Update pages/common/git-browse-ci.md Co-authored-by: Emily Grace Seville Co-authored-by: K.B.Dharun Krishna --- pages/common/git-browse-ci.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 pages/common/git-browse-ci.md diff --git a/pages/common/git-browse-ci.md b/pages/common/git-browse-ci.md new file mode 100755 index 000000000..fe45965b0 --- /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}}`