Skip to content

Update git-ubuntu installation note for clarity#514

Open
GreyViperTooth wants to merge 1 commit intoubuntu:mainfrom
GreyViperTooth:patch-2
Open

Update git-ubuntu installation note for clarity#514
GreyViperTooth wants to merge 1 commit intoubuntu:mainfrom
GreyViperTooth:patch-2

Conversation

@GreyViperTooth
Copy link
Copy Markdown
Contributor

Fixes #452
Clarified that installing git-ubuntu does not interfere with existing git installations.

Fixes ubuntu#452 
Clarified that installing git-ubuntu does not interfere with existing git installations.
Copy link
Copy Markdown
Collaborator

@s-makin s-makin left a comment

Choose a reason for hiding this comment

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

Thanks for your patience @GreyViperTooth, just a couple of formatting nits to be consistent with the rest of the text, otherwise good to go :)

## CLI

The {command}`git-ubuntu` CLI is installed with `sudo snap install --classic git-ubuntu`. It adds `ubuntu` subcommands to the `git` command. For example: `git ubuntu clone hello`.
The {command}`git-ubuntu` CLI is installed with `sudo snap install --classic git-ubuntu`. It adds `ubuntu` subcommands to the `git` command. For example: `git ubuntu clone hello`. Installing git-ubuntu does not interfere with your existing git installation; it only extends git by adding the git ubuntu subcommand.
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Suggested change
The {command}`git-ubuntu` CLI is installed with `sudo snap install --classic git-ubuntu`. It adds `ubuntu` subcommands to the `git` command. For example: `git ubuntu clone hello`. Installing git-ubuntu does not interfere with your existing git installation; it only extends git by adding the git ubuntu subcommand.
The {command}`git-ubuntu` CLI is installed with `sudo snap install --classic git-ubuntu`. It adds `ubuntu` subcommands to the `git` command. For example: `git ubuntu clone hello`. Installing git-ubuntu does not interfere with your existing `git` installation; it only extends `git` by adding the {command}`git ubuntu` subcommand.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

docs: Clarify side-effects of installing git-ubuntu

2 participants