mirror of
https://github.com/Jeuners/ECC.git
synced 2026-09-09 15:02:30 +02:00
docs: add upstream tracking flag to push example
This commit is contained in:
parent
98643ef6e6
commit
57eb9361db
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
```
|
||||
|
||||
---
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue