-
Notifications
You must be signed in to change notification settings - Fork 0
Onboarding Submission Guid
MorrisYLin edited this page Sep 9, 2025
·
2 revisions



Using a *, known as a "wildcard", allows you to use a command on multiple files. Ex: *.txt to act on all txt files in the working directory, or projName.kicad_* for all kicad-type files

You can ignore the LF will be replaced by CRLF the next time Git touches it warning. This is a quirk of how Windows, Linux, and Mac OS use CRLF, LF, and CR respectively (different ASCII characters) to mark line endings in text. Git prefers the Linux style, but we are using it on Windows.



git remote update has git check the remote repositories (This github repository here) for any changes. Running git status afterwards lets us check if anything has changed.

Ask in the Discord thread if you have questions!