Add webP images #86
Merged
lhinderberger
merged 3 commits from ivan-paleo/Documentation:install-git
into install-git
2 years ago
Loading…
Reference in new issue
There is no content yet.
Delete Branch 'ivan-paleo/Documentation:install-git'
Deleting a branch is permanent. It CANNOT be undone. Continue?
Feedback wanted :)
Please remove the
WIP:
prefix once your PR is ready for review.I assume by "Feedback wanted :)" you mean it's ready for review, and so I'll remove the prefix now and add my review, but the next time, please post without
WIP:
if there is no work left to do from your side.WIP: Add webP imagesto Add webP images 2 years ago<picture>
<source srcset="/assets/images/getting-started/install-git/Win_run-as-admin.webp" type="image/webp">
<img src="/assets/images/getting-started/install-git/Win_run-as-admin.PNG" alt="win-run-admin">
Please adhere to kebap-case file naming, as indicated in a previous review.
1. Choose your editor:
By default, [Vim](https://www.vim.org/) will be used for Git. But if you prefer to use another one, select it here.

<picture>
There need to be a blank link above
<picture>
, otherwise browsers will ignore the webP image.To make sure a browser has loaded your images in the right format, you can inspect the Network Analysis tab in Firefox or Chrome, accessible using the F12 key. There you can sort all loaded resources by their type.
2. PATH environment:

<picture>
See previous comment.
> You may get the error message displayed below, that the release notes cannot be displayed. That error message can be safely ignored. You can find the release notes in `Start Menu > Git > Git Release Notes`.
> 
<picture>
This image should be inside the info box. Thus, add
>
before each line of the<picture>
block and also add a "blank" line containing>
above.I have edited according to your comments.
I have also changed to "knut" here.
Only one minor thing, otherwise it's very nice 👍
git config --global user.name 'PolarBear'
git config --global user.email 'polarbear@example.com'
git config --global user.name 'knut'
git config --global user.email 'knut@polarbear.com'
Let's keep it at example.com or codeberg.org because polarbear.com seems to be an actual domain used by a real-world organization :)
Done! I guess we can close it, right?
Yes, I'll merge this right away. Thank you :) 👍
f59d16e748
into install-git 2 years agoReviewers
f59d16e748
.