benthayer / benthayer/git-gud

Standardize spacing in explanation.txt

Open
#331 0 comments 0 reactions 0 assignees View on GitHub
good first issue user-interaction
Dominant language
Python
Stars
558
Forks
53
PR merge metrics
No merged PRs in 30d

Description

As of this writing, we have the block of text in the explanation for `intro init`
```
The ".git" folder contains a lot of information that Git can use to help you
manage different versions of your code. You don't ever need to do anything with
the contents of the ".git" folder directly
```

We manually changed the spacing, but once we implement word wrap with #274 , we will want every line of every `explanation.txt` to just be one long line.

Like this:
```
The ".git" folder contains a lot of information that Git can use to help you manage different versions of your code. You don't ever need to do anything with the contents of the ".git" folder directly
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.