Github-Related Info
SSH Keys
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
File Structure
scripts
folder
Git Commit Message Format
Filenames
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.org for more information on versioning.
Git remove large files from history
Last updated