-
Notifications
You must be signed in to change notification settings - Fork 3
Onboarding Submission Guide
MorrisYLin edited this page Sep 30, 2024
·
3 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.
Have any burning questions? Feel free to contact cheebri or breezyjoe on Discord!