Skip to content

hduhelp/frontend_2025_freshman_task

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

frontend_2025_freshman_task

前端二面任务提交仓库

  1. Fork 本仓库

    • 在仓库首页点击右上角 Fork 按钮,创建你自己的仓库副本。
  2. 克隆你 fork 出来的仓库

    git clone https://github.com/<你的 GitHub 用户名>/<仓库名>.git
    cd <仓库名>
  3. 在仓库根目录下新建一个和你 GitHub 用户名同名的文件夹

  4. 在此文件夹内,放入你的代码

  5. 提交更改并推送到远程仓库

    git add .
    git commit -m "添加我的代码"
    git push origin main  # 或者你自己的分支名
  6. 提交 Pull request

    • 在 GitHub 仓库页面点击 Compare & pull request 提交你的更改。
  7. 等待 GitHub Action 通过

    • Action 检查通过后,即为提交成功。

About

前端二面任务提交仓库

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published