Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

sed 's@ is not as legible as sed 's/ or sed 's| #16

Closed
LucasLarson opened this issue Mar 1, 2022 · 0 comments · Fixed by #19
Closed

sed 's@ is not as legible as sed 's/ or sed 's| #16

LucasLarson opened this issue Mar 1, 2022 · 0 comments · Fixed by #19
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@LucasLarson
Copy link
Owner

sed 's@^refs/remotes/origin/@@')

should look more like

sed 's|^refs/remotes/origin/||') 
@LucasLarson LucasLarson added enhancement New feature or request good first issue Good for newcomers labels Mar 1, 2022
LucasLarson added a commit that referenced this issue Mar 1, 2022
a nod to the principle of least astonishment

Signed-off-by: Lucas Larson <LucasLarson@riseup.net>
@LucasLarson LucasLarson linked a pull request Mar 1, 2022 that will close this issue
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant