Where to find professional git conventions?

This page summarizes the projects mentioned and recommended in the original post on /r/learnprogramming

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • conventionalcommits.org

    The conventional commits specification

  • There is a specification called conventional commits. Its aim is to create set of rules for creating an explicit commit history. I've used it to great effect. There is a VSCode plugin that streamlines the commit process to leverage the conventional commits spec.

  • Conventional-Buttons

    Chrome extension that adds a conventional comment button to Github file explorer comments, allowing you to quickly leave a structured semantic comment during your PR reviews!

  • If you want to go a step further šŸ˜…, there is another specification called conventional comments. It does what conventional commits does (for commit messages), but for PR comments. I use this chrome extension to leverage conventional comments in the github PR comments UI.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts