Malnati / autocommitmsg

This repository contains a Bash script designed to analyze the content of a Git commit and automatically suggest a semantic versioning message. It utilizes OpenAI's GPT-3.5 Turbo engine to generate the commit message based on the changes staged for commit.
MIT License
0 stars 0 forks source link

Backup and Rollback #7

Open Malnati opened 11 months ago

Malnati commented 11 months ago
  1. Implementation: Before making changes, backup relevant files.
  2. Rollback: Implement a function to revert changes in case of failure.