[2026-06-18] 스킬 파일에 git push 스텝 추가 (morning/midday/evening)
This commit is contained in:
@@ -33,3 +33,11 @@ Analyze today's trading result and write `reports/daily/YYYY-MM-DD.md`.
|
||||
|
||||
5. Discord:
|
||||
Send a concise result summary. If a proposal file was created, include that manual approval is required.
|
||||
|
||||
6. Git commit & push:
|
||||
Stage and commit the daily report (and proposal file if created), then push to origin master.
|
||||
```bash
|
||||
git add reports/daily/YYYY-MM-DD.md reports/proposals/YYYY-MM-DD_strategy_proposal.md # only if files exist
|
||||
git commit -m "[YYYY-MM-DD] 저녁 결산 — <trades>건 / <wins>승 <losses>패 / <pnl>원 (<brief exit summary>)"
|
||||
git push origin master
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user