Skip to content

Latest commit

 

History

History
executable file
·
12 lines (9 loc) · 427 Bytes

File metadata and controls

executable file
·
12 lines (9 loc) · 427 Bytes

CS3216 Homepage

Commit Conventions

Prefix your commits with these identifiers for better organization of Git history - <identifier> <commit message>. For example: [A1] Fix typo in friends milestone.

  • [A1] - Assignment 1
  • [A2] - Assignment 2
  • [A3] - Assignment 3
  • [FP] - Final Project
  • [Site] - Non-coursework related changes, such as styling or layout of the site
  • [Misc] - Miscellaneous changes