Examples
Examples
Learn how to create backups for Custy's template files in common development scenarios.
custy backupCategory
Quick Command
custy backup commitOverview
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.
custy backup commitBackup Tag Message Template
Create a backup of the configured tag message template.
custy backup tagBackup All Templates
Create backups for both commit and tag message templates.
custy backup allTypical Usage
Examples
Practical command examples.
Before Editing Templates
Preserve the current template before making changes.
custy backup commit
# Edit commit-message.txtBefore Updating Release Templates
Create backups before modifying release-related templates.
custy backup allRecommended 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.