asam-ev / asam-project-guide

(WIP!) Project Guide for ASAM OpenX standards
Mozilla Public License 2.0
2 stars 0 forks source link

Edit how-to "Setting Up Git On Your PC" #14

Closed philipwindecker closed 2 years ago

philipwindecker commented 2 years ago

In GitLab by @jana.aydinbas on Oct 12, 2021, 10:25

Link: https://code.asam.net/common/asam-project-guide/-/blob/master/Wiki/docs/general_guidelines/Setup-Guide.asciidoc#user-content-setting-up-git-on-your-pc

git config --global user.name "FIRST_NAME LAST_NAME"
[...]
git config --global user.email "MY_NAME@example.com"

Examples would be helpful to make clear that the quotation marks ("") are not part of the placeholders.

philipwindecker commented 2 years ago

In GitLab by @philip.windecker on Oct 12, 2021, 11:01

assigned to @philip.windecker

philipwindecker commented 2 years ago

In GitLab by @philip.windecker on Oct 12, 2021, 15:07

Added new examples in branch: https://code.asam.net/common/asam-project-guide/-/blob/DRAFT_update_onboarding/Wiki/docs/general_guidelines/Setup-Guide.adoc#user-content-setting-up-git-on-your-pc

philipwindecker commented 2 years ago

In GitLab by @philip.windecker on Oct 12, 2021, 15:37

Ready for merge

philipwindecker commented 2 years ago

In GitLab by @jana.aydinbas on Oct 13, 2021, 08:18

I'm still not sure about the quotation marks. It seems to work with and without them. The Git docs are as usual not helpful and also use both versions (https://git-scm.com/book/en/v2/Getting-Started-First-Time-Git-Setup#_your_identity).

philipwindecker commented 2 years ago

In GitLab by @philip.windecker on Oct 19, 2021, 13:20

unassigned @philip.windecker

philipwindecker commented 2 years ago

In GitLab by @philip.windecker on Oct 19, 2021, 13:21

marked this issue as related to #21

philipwindecker commented 2 years ago

In GitLab by @stefancyliax on Oct 21, 2021, 12:05

You could also use git config --global -l to see you set configs. Maybe this could also be mentioned as the sanity check.