Skip to content

Instantly share code, notes, and snippets.

@dterekhov
Last active October 24, 2025 07:49
Show Gist options
  • Select an option

  • Save dterekhov/feed42fbfbe2e76838acff64a09c75f2 to your computer and use it in GitHub Desktop.

Select an option

Save dterekhov/feed42fbfbe2e76838acff64a09c75f2 to your computer and use it in GitHub Desktop.
Git Repo Folder Conventions #git

Commit Folder Naming Guide


Folder When to use


feature New user-facing features and capabilities

fix Bug fixes, technical corrections, error handling improvements

refactor Structural/code refactors without changing behavior

chore Auxiliary tasks: dependency updates, scripts, configs

hotfix Urgent production fixes (if your workflow mirrors git-flow)

test Integration tests, new test cases, snapshots, etc.

spike Research or temporary prototypes/experiments

perf Performance optimizations

docs Documentation additions or updates

build Build system, scripts, CI/CD pipelines

infra Infrastructure (e.g., Firebase setup, provisioning profiles)

ci CI/CD-related configuration and scripts

deprecated Code/features marked for removal


Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment