docs: add upstream tracking flag to push example

This commit is contained in:
Hao Wang
2026-03-04 04:24:30 +00:00
committed by Affaan Mustafa
parent 98643ef6e6
commit 57eb9361db

View File

@@ -62,7 +62,7 @@ cp -r skills/my-skill ~/.claude/skills/ # for skills
# Then test with Claude Code
# 5. Submit PR
git add . && git commit -m "feat: add my-skill" && git push
git add . && git commit -m "feat: add my-skill" && git push -u origin feat/my-contribution
```
---