Commit 810de209 authored by Clement Ho's avatar Clement Ho

Merge branch 'jivl-fix-repository-instruction-wrapping-text' into 'master'

Remove card class from the git-empty containers

Closes #47847

See merge request gitlab-org/gitlab-ce!19785
parents 7cf571e9 8323eb5f
......@@ -44,14 +44,14 @@
.git-empty
%fieldset
%h5 Git global setup
%pre.card.bg-light
%pre.bg-light
:preserve
git config --global user.name "#{h git_user_name}"
git config --global user.email "#{h git_user_email}"
%fieldset
%h5 Create a new repository
%pre.card.bg-light
%pre.bg-light
:preserve
git clone #{ content_tag(:span, default_url_to_repo, class: 'clone')}
cd #{h @project.path}
......@@ -64,7 +64,7 @@
%fieldset
%h5 Existing folder
%pre.card.bg-light
%pre.bg-light
:preserve
cd existing_folder
git init
......@@ -77,7 +77,7 @@
%fieldset
%h5 Existing Git repository
%pre.card.bg-light
%pre.bg-light
:preserve
cd existing_repo
git remote rename origin old-origin
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment