【GitHub】PR的学习笔记

PR流程

  1. Fork the repository.
  2. Clone the fork-repo.
  3. Make the desired changes.
  4. Stage files: git add.
  5. Commit the changes: git commit
  6. Push them to the fork-online: git push.
  7. Create a pull request.

你可能感兴趣的:(github,学习,笔记)