Open
Description
Practice: commit and make PR
- Create
feat/about-me
branch at local repository - Add file named
<YOUR_ID>.md
inabout-me
direcotory. (reference:about-me/yeonns.md
) - Commit your changes (commit message should be
feat: about-me/<YOUR_ID>
) - Push your commit
- Make PR:
<YOUR_ACCOUNT>/feat/about-me
->yeonns/master
✔️ Hints
$ git checkout -b feat/about-me
$ git add .
$ git commit -m "feat: about-me/XXX"
$ git push origin feat/about-me
Metadata
Metadata
Assignees
Labels
No labels