Everyday Development
Everyday Development
Bawa reviewed working-tree changes melalui commit-message validation, commit creation, dan branch push.
custy run devCategory
Quick Command
custy --dry-run run dev [OPTIONS]Tujuan
Gunakan Dev ketika reviewed daily work harus membuat satu local commit lalu berakhir dengan remote branch push. Release artifacts, changelog generation, version changes, dan tags berada di luar profile ini.
Before You Begin
Before You Begin
- Custy resources existRequired
Project configuration dan commit-message file di-resolve sesuai tujuan.
- The active branch is correctRequired
Branch yang ditampilkan Git adalah branch yang akan di-commit dan di-push.
- Changes are understoodRequired
Review unstaged dan staged differences agar unrelated work tidak ikut.
- The commit message is readyRequired
Configured commit-message file berisi reviewed message.
- Remotes are intentionalRequired
Setiap configured atau selected destination menunjuk ke expected repository.
git status --short --branch
git diff
git diff --staged
git remote -v
custy validateRecommended Journey
Daily Development
custy --dry-run run dev
custy run devApa yang Sebenarnya Disertakan Dev
Profile Effects
Validation
Commit Message
Backup and Commit
Git Publication
Dev tidak menyiapkan atau menerapkan version, menginisialisasi release workflow, membuat release artifacts atau changelog, membuka tag message, membuat tag, atau mendorong tag. Exact 13-step order menjelaskan setiap internal step.
Verify Completion
git status --short --branch
git log -1 --decorate --stat
git tag --points-at HEAD
git remote -vExpected commit harus tersedia dan working tree hanya menyisakan deliberately uncommitted work. Dev tidak boleh membuat release tag baru. Konfirmasi remote result melalui repository host atau appropriate Git fetch dan comparison workflow.