Skip to main content

Examples

Examples

Recommended

Learn how to create backups for Custy's template files in common development scenarios.

Commandcusty backup

Category

Backup

Quick Command

custy backup commit

examplesbackuptemplates

Overview

The following examples demonstrate the most common ways to create backup copies of Custy's template files.


Common Examples

Examples

Practical command examples.

Backup Commit Message Template

Create a backup of the configured commit message template.

CLI
custy backup commit

Backup Tag Message Template

Create a backup of the configured tag message template.

CLI
custy backup tag

Backup All Templates

Create backups for both commit and tag message templates.

CLI
custy backup all


Typical Usage

Examples

Practical command examples.

Before Editing Templates

Preserve the current template before making changes.

CLI
custy backup commit

# Edit commit-message.txt

Before Updating Release Templates

Create backups before modifying release-related templates.

CLI
custy backup all


Recommended Workflow

Although backup operations can be executed at any time, they are most useful before making changes to project templates.

Typical situations include:

  • Updating commit message templates.
  • Modifying tag message templates.
  • Testing alternative template formats.
  • Experimenting with release workflows.
  • Performing project maintenance.


What's Next?

Continue to the Output page to learn what information Custy reports after creating backup files.