Git (and Python) workflow when contributing to the official KiCad libraries: Difference between revisions

No edit summary
Line 56:
 
=== Initial setup ===
ToThe setfirst globalthing Gitto configurationdo optionsis suchto set your asuser usernamename and email usingaddress, every Git commit will use this information. Use the git config command. If you passwith the --global option this only needs to be done once.:<ref name="atl">[https://www.atlassian.com/git/tutorials/setting-up-a-repository Setting up a repository], atlassian.com</ref><ref>[https://git-scm.com/book/en/v2/Getting-Started-First-Time-Git-Setup Getting Started - First-Time Git Setup], git-scm.com</ref>
 
To setup the user name