Skip to content

Git Expectations

Proper Git etiquette is valuable for your own code management, communicating your progress to others, and efficiently organizing large software projects. Git expectations in our lab include - Properly git commit messages (format + description) - Atomic commits - Rebase oriented development It takes time to build these habits, so it's okay to make mistakes. In fact, there are even git processes for helping you correct any mistakes: Interactive Rebasing.

Expectations on Open-Source