Skip to content

Instantly share code, notes, and snippets.

View valb-mig's full-sized avatar
💬
Always Learning

Ivalber Miguel valb-mig

💬
Always Learning
  • Antônio Braz & Vanya Maia Advogados Associados
  • Pernambuco
View GitHub Profile
@valb-mig
valb-mig / safe_commit.py
Last active March 11, 2024 13:57
🪽 (Padrões de commit): Script em python para executar commits
import sys
import os
import subprocess
# Examples of commit types:
# init: Initial commit, used to mark the beginning of the project.
# feat: Addition of a new feature to the project.
# fix: Fixing a bug in the code.
# style: Changes related to code styling, such as formatting, spacing, etc.