block-quote On this pagechevron-down
copy Copy chevron-down
Tools Github-Related Info
Copy ssh-keygen -t ed25519 -C "tk??@outlook.com"
Copy git config --global user.name "-T.K.-"
git config --global user.email "tk??@outlook.com" When adding to GitHub / other platforms, use the form "TK Device Name" for personal devices, and use the form "OrgName Device Name" for organizational devices.
Current entries are:
TK Shizun Desktop
TK Hillside Desktop
TK HXG DELL Workstation
TK SurfaceBook
TK Framework Laptop
TK Hillside Ubuntu
TK Framework Ubuntu
Ma Lab NUC
EECS 151 Inst Machine
scripts folder
Use this format when naming files:
e.g. vision_processing_v1.0.2.py, comm_test_2019-12-04.cpp
Note: on systems where dot and dash are not permitted, use underline instead.
e.g. vision_processing_v1_0_2.py, comm_test_2019_12_04.cpp
The version number in the filename should be three Arabic numbers with dots in between.
Reference semver.orgarrow-up-right for more information on versioning.
Git remove large files from history