Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Practice: commit and make PR #2

Open
yeonns opened this issue Mar 18, 2023 · 0 comments
Open

Practice: commit and make PR #2

yeonns opened this issue Mar 18, 2023 · 0 comments

Comments

@yeonns
Copy link
Owner

yeonns commented Mar 18, 2023

Practice: commit and make PR

  1. Create feat/about-me branch at local repository
  2. Add file named <YOUR_ID>.md in about-me direcotory. (reference: about-me/yeonns.md)
  3. Commit your changes (commit message should be feat: about-me/<YOUR_ID>)
  4. Push your commit
  5. 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant