Skip to content
This repository has been archived by the owner on Nov 7, 2024. It is now read-only.

Docs(Git): split code block #104

Merged
merged 1 commit into from
Oct 16, 2023

Conversation

mthiel117
Copy link
Collaborator

Split Code block into 2 separate blocks. Fixes Issue #94

Currently:

git remote -v

origin  https://github.com/xxxxxxx/ci-workshops-fundamentals.git (fetch)
origin  https://github.com/xxxxxxx/ci-workshops-fundamentals.git (push)

Proposed fix:

git remote -v

Output:

origin  https://github.com/xxxxxxx/ci-workshops-fundamentals.git (fetch)
origin  https://github.com/xxxxxxx/ci-workshops-fundamentals.git (push)

Copy link
Collaborator

@MitchV85 MitchV85 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@MitchV85 MitchV85 merged commit 793842c into aristanetworks:main Oct 16, 2023
2 checks passed
@mthiel117 mthiel117 deleted the git-split-code-block branch October 16, 2023 14:25
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants